Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: admin_carolpickett2 -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `carolpickett2_commentmeta` -- DROP TABLE IF EXISTS `carolpickett2_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_commentmeta` -- LOCK TABLES `carolpickett2_commentmeta` WRITE; /*!40000 ALTER TABLE `carolpickett2_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `carolpickett2_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_comments` -- DROP TABLE IF EXISTS `carolpickett2_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_comments` -- LOCK TABLES `carolpickett2_comments` WRITE; /*!40000 ALTER TABLE `carolpickett2_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `carolpickett2_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_e_events` -- DROP TABLE IF EXISTS `carolpickett2_e_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_e_events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_data` text DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `created_at_index` (`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_e_events` -- LOCK TABLES `carolpickett2_e_events` WRITE; /*!40000 ALTER TABLE `carolpickett2_e_events` DISABLE KEYS */; /*!40000 ALTER TABLE `carolpickett2_e_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_links` -- DROP TABLE IF EXISTS `carolpickett2_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_links` -- LOCK TABLES `carolpickett2_links` WRITE; /*!40000 ALTER TABLE `carolpickett2_links` DISABLE KEYS */; /*!40000 ALTER TABLE `carolpickett2_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_options` -- DROP TABLE IF EXISTS `carolpickett2_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=6210 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_options` -- LOCK TABLES `carolpickett2_options` WRITE; /*!40000 ALTER TABLE `carolpickett2_options` DISABLE KEYS */; INSERT INTO `carolpickett2_options` VALUES (1,'siteurl','https://carol-pickett2.designsfunnelserver.com','yes'),(2,'home','https://carol-pickett2.designsfunnelserver.com','yes'),(3,'blogname','c.w.Pickett, LLC','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','designsfunnel@gmail.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:201:{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:39:\"jkit-header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"jkit-header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"jkit-header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"jkit-header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"jkit-header/([^/]+)/embed/?$\";s:44:\"index.php?jkit-header=$matches[1]&embed=true\";s:32:\"jkit-header/([^/]+)/trackback/?$\";s:38:\"index.php?jkit-header=$matches[1]&tb=1\";s:40:\"jkit-header/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?jkit-header=$matches[1]&paged=$matches[2]\";s:47:\"jkit-header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?jkit-header=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-header/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?jkit-header=$matches[1]&page=$matches[2]\";s:28:\"jkit-header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"jkit-header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"jkit-header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"jkit-header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"jkit-footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"jkit-footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"jkit-footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"jkit-footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"jkit-footer/([^/]+)/embed/?$\";s:44:\"index.php?jkit-footer=$matches[1]&embed=true\";s:32:\"jkit-footer/([^/]+)/trackback/?$\";s:38:\"index.php?jkit-footer=$matches[1]&tb=1\";s:40:\"jkit-footer/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?jkit-footer=$matches[1]&paged=$matches[2]\";s:47:\"jkit-footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?jkit-footer=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-footer/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?jkit-footer=$matches[1]&page=$matches[2]\";s:28:\"jkit-footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"jkit-footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"jkit-footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"jkit-footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"jkit-template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"jkit-template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"jkit-template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"jkit-template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"jkit-template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"jkit-template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"jkit-template/([^/]+)/embed/?$\";s:46:\"index.php?jkit-template=$matches[1]&embed=true\";s:34:\"jkit-template/([^/]+)/trackback/?$\";s:40:\"index.php?jkit-template=$matches[1]&tb=1\";s:42:\"jkit-template/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?jkit-template=$matches[1]&paged=$matches[2]\";s:49:\"jkit-template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?jkit-template=$matches[1]&cpage=$matches[2]\";s:38:\"jkit-template/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?jkit-template=$matches[1]&page=$matches[2]\";s:30:\"jkit-template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"jkit-template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"jkit-template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"jkit-template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"jkit-template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:7:{i:0;s:23:\"elementor/elementor.php\";i:1;s:37:\"elementskit-lite/elementskit-lite.php\";i:2;s:35:\"envato-elements/envato-elements.php\";i:3;s:45:\"generate-child-theme/generate-child-theme.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\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:92:\"/home/admin/carol-pickett2.designsfunnelserver.com/wp-content/themes/carol-pickett/style.css\";i:1;s:0:\"\";}','no'),(40,'template','hello-elementor','yes'),(41,'stylesheet','carol-pickett','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','58975','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','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','9','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','213','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','1732560028','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:{}','off'),(99,'wp_attachment_pages_enabled','0','yes'),(100,'initial_db_version','57155','yes'),(101,'carolpickett2_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'),(102,'fresh_site','0','off'),(103,'user_count','1','no'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"

Recent Posts

\";}i:4;a:1:{s:7:\"content\";s:227:\"

Recent Comments

\";}i:5;a:1:{s:7:\"content\";s:146:\"

Archives

\";}i:6;a:1:{s:7:\"content\";s:150:\"

Categories

\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:10:{i:1750228828;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1750228830;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1750228963;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1750272028;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1750272163;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: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:1750272254;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:1750272756;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:1750358428;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:1750395636;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','on'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'recovery_keys','a:0:{}','off'),(122,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1717008319;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(123,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.3\";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'),(151,'finished_updating_comment_type','1','yes'),(152,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),(153,'recently_activated','a:0:{}','off'),(160,'current_theme','Carol Pickett','yes'),(161,'theme_mods_hello-elementor','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1717008670;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','no'),(162,'theme_switched','','yes'),(163,'hello_theme_version','3.0.2','yes'),(169,'envato_elements_version','2.0.13','yes'),(170,'envato_elements_install_time','1717008538','yes'),(171,'WPLANG','','yes'),(172,'new_admin_email','designsfunnel@gmail.com','yes'),(187,'allowedthemes','a:1:{s:13:\"carol-pickett\";b:1;}','off'),(189,'theme_mods_carol-pickett','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(191,'hfe_plugin_is_activated','yes','yes'),(192,'elementor_active_kit','13','yes'),(193,'elementor_font_display','swap','yes'),(196,'elementor_version','3.21.8','yes'),(197,'elementor_install_history','a:1:{s:6:\"3.21.8\";i:1717008757;}','yes'),(199,'elementor_events_db_version','1.0.0','no'),(200,'elementor_disable_color_schemes','yes','yes'),(201,'elementor_disable_typography_schemes','yes','yes'),(202,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic | Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic | Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic | Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(203,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:57:\"Introducing Cloud Templates: your personal design library\";s:7:\"excerpt\";s:153:\"Transform your workflow with Elementor\'s new Cloud Templates – create, save, and access your templates across all your websites with just a few clicks.\";s:7:\"created\";i:1749048239;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:127:\"https://elementor.com/blog/introducing-cloud-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:74:\"Introducing Editor V4 Alpha: The Future of Website Building with Elementor\";s:7:\"excerpt\";s:242:\"Editor V4 Alpha introduces a CSS-first framework with reusable Classes and States, improved performance, a unified styling system, and fully responsive style controls—all designed to make your website building more efficient and consistent.\";s:7:\"created\";i:1748357309;s:5:\"badge\";s:4:\" NEW\";s:3:\"url\";s:119:\"https://elementor.com/blog/editor-v4-1st-alpha/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(207,'_hfe_db_version','1.6.34','yes'),(209,'elementskit-lite__stories_last_check','1717008851','yes'),(210,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10011269\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011269;s:5:\"title\";s:73:\"How Google SGE is Impacting SERP — Point of View from Content Marketing\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:46:\"https://getgenie.ai/google-sge-impact-on-serp/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011268\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011268;s:5:\"title\";s:40:\"10 Types of Copywriting You Need to Know\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:41:\"https://getgenie.ai/types-of-copywriting/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011267\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011267;s:5:\"title\";s:62:\"How AI Automation Boosts Efficiency in Content Marketing & SEO\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:70:\"https://getgenie.ai/ai-automation-for-efficiency-in-content-marketing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011264\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011264;s:5:\"title\";s:51:\"8 Best GeneratePress Alternatives — Free and Paid\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:45:\"https://wpmet.com/generatepress-alternatives/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011263\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011263;s:5:\"title\";s:57:\"How to Embed YouTube Shorts in WordPress: Tips and Tricks\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:59:\"https://wpmet.com/how-to-embed-youtube-shorts-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011262\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011262;s:5:\"title\";s:64:\"How to Enable Vacation Mode in WooCommerce (Comprehensive Guide)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:61:\"https://wpmet.com/how-to-enable-vacation-mode-in-woocommerce/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011258\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011258;s:5:\"title\";s:48:\"How to Optimize Existing Content on Your Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:53:\"https://getgenie.ai/how-to-optimize-existing-content/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011257\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011257;s:5:\"title\";s:52:\"Content Optimization Strategies to Soar High in SERP\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:52:\"https://getgenie.ai/content-optimization-strategies/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011256\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011256;s:5:\"title\";s:57:\"7-Step Strategic Content Marketing: A Roadmap for Success\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:48:\"https://getgenie.ai/strategic-content-marketing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011255\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011255;s:5:\"title\";s:77:\"ShopEngine vs JetWooBuilder vs ShopLentor vs CoDesigner: An Ultimate Face-off\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:74:\"https://wpmet.com/shopengine-vs-jetwoobuilder-vs-shoplentor-vs-codesigner/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(211,'metform__banner_last_check','1717008852','yes'),(212,'metform__banner_data','O:8:\"stdClass\":10:{s:8:\"10011221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011221;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1710115200;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"10011220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011220;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1710028800;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"10011059\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011059;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"10011058\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011058;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"10011039\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011039;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.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:\"10011038\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011038;s:5:\"title\";s:31:\"Wpmet BFCM Notice Own Page 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.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:\"10010872\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010872;s:5:\"title\";s:33:\"Wpmet Notice Halloween 23 Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-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:\"10010871\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010871;s:5:\"title\";s:35:\"Wpmet Notice Halloween 23 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-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:\"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:\"

Summer sales from Wpmet

\r\n

Save up to $174 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"

Summer sales from Wpmet

\r\n

Save up to $174 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"\";}}}','yes'),(213,'elementskit-lite__banner_last_check','1717008852','yes'),(214,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10011221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011221;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1710115200;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"10011220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011220;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1710028800;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"10011059\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011059;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"10011058\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011058;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"10011039\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011039;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.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:\"10011038\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011038;s:5:\"title\";s:31:\"Wpmet BFCM Notice Own Page 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.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:\"10010872\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010872;s:5:\"title\";s:33:\"Wpmet Notice Halloween 23 Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-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:\"10010871\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010871;s:5:\"title\";s:35:\"Wpmet Notice Halloween 23 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-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:\"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:\"

Summer sales from Wpmet

\r\n

Save up to $174 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"

Summer sales from Wpmet

\r\n

Save up to $174 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";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:\"\";}}}','yes'),(215,'elementskit-lite_install_date','2024-05-29 06:54:12','yes'),(216,'metform_install_date','2024-05-29 06:54:12','yes'),(217,'bsf_analytics_installed_time','1717008852','no'),(218,'_elementor_installed_time','1717008852','yes'),(223,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1717016767;s:5:\"value\";s:12573:\"[{\"id\":\"birthday-sale\",\"title\":\"Get up to 30% off Elementor Pro Plugin plans\",\"description\":\"Take advantage of our birthday sale and pick the plugin plan that\\u2019s right for you.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/bd-image-update.png\",\"cta\":\"Discounted Upgrades Now!\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-birthday-sale\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"loop-taxonomy-query-3.21\",\"title\":\"Create Engaging Listings for Categories and Tags\",\"description\":\"Design beautiful Loop Grids & Carousels to consistently display your dynamic content.\",\"topic\":\"New in Elementor Pro 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/loop-taxonomy-query-3.21.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-321-taxonomy-query-performance-improvement\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"loop-taxonomy-query-3.21\",\"title\":\"Create Engaging Listings for Categories and Tags\",\"description\":\"Design beautiful Loop Grids & Carousels to consistently display your dynamic content.\",\"topic\":\"New in Elementor Pro 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/loop-taxonomy-query-3.21.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-321-taxonomy-query-performance-improvement\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-query\\/\"},{\"id\":\"performance-boost-3.21\",\"title\":\"Speed Up Your Website by Updating to Elementor\",\"description\":\"Version 3.21 includes significant performance improvements that speed up loading time and boost Google performance scores.\",\"topic\":\"New in Elementor 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-boost-3.21.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"performance-boost-3.21\",\"title\":\"Speed Up Your Website by Updating to Elementor\",\"description\":\"Version 3.21 includes significant performance improvements that speed up loading time and boost Google performance scores.\",\"topic\":\"New in Elementor 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-boost-3.21.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-ai-copilot\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant\\/\"},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags including native WordPress Custom Fields.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"elementor-add-ons\",\"title\":\"Exciting Add-Ons & Plugins to Enhance Elementor Websites\",\"description\":\"Uncover a treasure trove of tools from Elementor and others, put together to boost your website\'s capabilities and enhance its overall appeal.\",\"topic\":\"Elementor Add-Ons\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png\",\"cta\":\"Check it out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/\"},{\"id\":\"display-conditions-or-logic-3.20\",\"title\":\"Connect Display Conditions - OR Logic\",\"description\":\"Create condition groups of one or more conditions and connect them with the OR logic to display an element when either groups conditions are met.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-or-logic-3.20\",\"title\":\"Discover the Professional Way to Create Dynamic Content Websites\",\"description\":\"All the tools you need to turn the content you store on WordPress into pixel perfect websites that maintain a consistent, professional design.\",\"topic\":\"Dynamic Content\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-3.20.gif\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/youtu.be\\/QSpCwj5dl5g?si=OpSNnnIyqCSOPzTF\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dynamic-content\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-manager-permission\\/\"},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-akismet\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Get Elementor AI\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-filter\\/\"}]\";}','no'),(229,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(230,'elementskit_options','a:1:{s:17:\"megamenu_settings\";a:1:{s:15:\"menu_location_4\";a:1:{s:10:\"is_enabled\";i:0;}}}','yes'),(233,'elementor_log','a:1:{s:32:\"780d24dc506bdce3ada8389b622f6a11\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:7:\"1161578\";s:7:\"\0*\0file\";s:110:\"https://carol-pickett2.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.8\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-05-29 19:16:21\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:74:\"Cannot read properties of null (reading 'getBoundingClientRect')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-29 19:16:21\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1717010181\";s:7:\"message\";s:64:\"Cannot read properties of null (reading \'getBoundingClientRect\')\";s:3:\"url\";s:110:\"https://carol-pickett2.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.8\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1161578\";}}}','no'),(236,'metform_onboard_options','a:1:{s:8:\"settings\";a:2:{s:8:\"tut_term\";s:11:\"user_agreed\";s:16:\"newsletter_email\";s:0:\"\";}}','yes'),(237,'met_form_onboard_status','onboarded','yes'),(238,'bsf_analytics_optin','no','yes'),(244,'_elementor_global_css','a:7:{s:4:\"time\";i:1717011809;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'),(245,'_elementor_assets_data','a:2:{s:3:\"css\";a:1:{s:7:\"widgets\";a:14:{s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:15:\"navigation-menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:141:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"image-box\";a:2:{s:7:\"content\";s:1424:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:22:\"elementskit-blog-posts\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:7:\"metform\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:142:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5051:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"copyright\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:8:\"mf-email\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"mf-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}}}s:3:\"svg\";a:1:{s:9:\"font-icon\";a:11:{s:17:\"fas-align-justify\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:372:\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\";s:3:\"key\";s:17:\"fas-align-justify\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"far-window-close\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:523:\"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\";s:3:\"key\";s:16:\"far-window-close\";}s:7:\"version\";s:6:\"5.15.3\";}s:19:\"fas-search-location\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:683:\"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\";s:3:\"key\";s:19:\"fas-search-location\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-phone-volume\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:1165:\"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\";s:3:\"key\";s:16:\"fas-phone-volume\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"far-clock\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:324:\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\";s:3:\"key\";s:9:\"far-clock\";}s:7:\"version\";s:6:\"5.15.3\";}s:24:\"fas-long-arrow-alt-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:226:\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\";s:3:\"key\";s:24:\"fas-long-arrow-alt-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-phone-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\";s:3:\"key\";s:13:\"fas-phone-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-envelope\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:464:\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\";s:3:\"key\";s:12:\"fas-envelope\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','yes'),(256,'wp_calendar_block_has_published_posts','1','yes'),(260,'category_children','a:0:{}','yes'),(268,'using_application_passwords','1','no'),(284,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"designsfunnel@gmail.com\";s:7:\"version\";s:5:\"6.7.1\";s:9:\"timestamp\";i:1732260249;}','off'),(290,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":3,\"critical\":2}','yes'),(2500,'db_upgraded','1','auto'),(2513,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(3788,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750222798;s:7:\"checked\";a:5:{s:13:\"carol-pickett\";s:3:\"1.0\";s:15:\"hello-elementor\";s:5:\"3.0.2\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.1\";s:10:\"yukfuupjqf\";s:0:\"\";}s:8:\"response\";a:3:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.4.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(3789,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750222798;s:8:\"response\";a:7:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.29.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{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:5:\"2.4.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":13:{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.5.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.5.3.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.jpg?rev=3250020\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.jpg?rev=3250020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:35:\"envato-elements/envato-elements.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/envato-elements\";s:4:\"slug\";s:15:\"envato-elements\";s:6:\"plugin\";s:35:\"envato-elements/envato-elements.php\";s:11:\"new_version\";s:6:\"2.0.16\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/envato-elements/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/envato-elements.2.0.16.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";s:3:\"svg\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/envato-elements/assets/banner-1544x500.png?rev=3129155\";s:2:\"1x\";s:70:\"https://ps.w.org/envato-elements/assets/banner-772x250.png?rev=3129155\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.5\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:45:\"generate-child-theme/generate-child-theme.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/generate-child-theme\";s:4:\"slug\";s:20:\"generate-child-theme\";s:6:\"plugin\";s:45:\"generate-child-theme/generate-child-theme.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/generate-child-theme/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/generate-child-theme.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/generate-child-theme/assets/icon.svg?rev=1826805\";s:3:\"svg\";s:65:\"https://ps.w.org/generate-child-theme/assets/icon.svg?rev=1826805\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/generate-child-theme/assets/banner-1544x500.jpg?rev=1826805\";s:2:\"1x\";s:75:\"https://ps.w.org/generate-child-theme/assets/banner-772x250.jpg?rev=1826805\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";O:8:\"stdClass\":13:{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:6:\"2.6.13\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/jeg-elementor-kit/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/jeg-elementor-kit.2.6.13.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:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:1:{i:0;s:9:\"elementor\";}}s:19:\"metform/metform.php\";O:8:\"stdClass\":13:{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.9.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/metform/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/metform.3.9.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/metform/assets/icon-256x256.png?rev=3260686\";s:2:\"1x\";s:60:\"https://ps.w.org/metform/assets/icon-128x128.png?rev=3260686\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/metform/assets/banner-1544x500.jpg?rev=3260686\";s:2:\"1x\";s:62:\"https://ps.w.org/metform/assets/banner-772x250.jpg?rev=3260686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:7:{s:23:\"elementor/elementor.php\";s:6:\"3.21.8\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"1.6.34\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.1.4\";s:35:\"envato-elements/envato-elements.php\";s:6:\"2.0.13\";s:45:\"generate-child-theme/generate-child-theme.php\";s:3:\"2.1\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:5:\"2.6.5\";s:19:\"metform/metform.php\";s:5:\"3.8.8\";}}','off'),(3888,'can_compress_scripts','0','auto'),(5231,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1750222797;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'),(6149,'_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271','1750395643','off'),(6150,'_site_transient_php_check_38979a08dcd71638878b7b4419751271','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(6199,'_site_transient_timeout_theme_roots','1750224598','off'),(6200,'_site_transient_theme_roots','a:5:{s:13:\"carol-pickett\";s:7:\"/themes\";s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:10:\"yukfuupjqf\";s:7:\"/themes\";}','off'),(6206,'_site_transient_timeout_wp_theme_files_patterns-8f47dfa8b4a53666c91928e2f2f8fe6c','1750228071','off'),(6207,'_site_transient_wp_theme_files_patterns-8f47dfa8b4a53666c91928e2f2f8fe6c','a:2:{s:7:\"version\";s:3:\"1.0\";s:8:\"patterns\";a:0:{}}','off'),(6208,'_site_transient_timeout_wp_theme_files_patterns-65b897914ae8ee5f006f0a8581c0fb39','1750228071','off'),(6209,'_site_transient_wp_theme_files_patterns-65b897914ae8ee5f006f0a8581c0fb39','a:2:{s:7:\"version\";s:5:\"3.0.2\";s:8:\"patterns\";a:0:{}}','off'); /*!40000 ALTER TABLE `carolpickett2_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_postmeta` -- DROP TABLE IF EXISTS `carolpickett2_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1315 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_postmeta` -- LOCK TABLES `carolpickett2_postmeta` WRITE; /*!40000 ALTER TABLE `carolpickett2_postmeta` DISABLE KEYS */; INSERT INTO `carolpickett2_postmeta` VALUES (13,9,'_edit_lock','1717016601:1'),(14,11,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:5:\"doujo\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.1\";s:9:\"templates\";a:15:{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:19:\"https://kitpro.site\";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:0:{}}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:44:\"https://kitpro.site/doujo/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:0:{}}i:2;a:8:{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:48:\"https://kitpro.site/doujo/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;}i:3;a:9:{s:4:\"name\";s:8:\"Programs\";s:10:\"screenshot\";s:24:\"screenshots/programs.jpg\";s:6:\"source\";s:23:\"templates/programs.json\";s:11:\"preview_url\";s:48:\"https://kitpro.site/doujo/template-kit/programs/\";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:0:{}}i:4;a:9:{s:4:\"name\";s:14:\"Single-Program\";s:10:\"screenshot\";s:30:\"screenshots/single-program.jpg\";s:6:\"source\";s:29:\"templates/single-program.json\";s:11:\"preview_url\";s:54:\"https://kitpro.site/doujo/template-kit/single-program/\";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:0:{}}i:5;a:9:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:25:\"templates/contact-us.json\";s:11:\"preview_url\";s:50:\"https://kitpro.site/doujo/template-kit/contact-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:0:{}}i:6;a:9:{s:4:\"name\";s:6:\"Sensei\";s:10:\"screenshot\";s:22:\"screenshots/sensei.jpg\";s:6:\"source\";s:21:\"templates/sensei.json\";s:11:\"preview_url\";s:46:\"https://kitpro.site/doujo/template-kit/sensei/\";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:68;}}}i:7;a:9:{s:4:\"name\";s:7:\"Pricing\";s:10:\"screenshot\";s:23:\"screenshots/pricing.jpg\";s:6:\"source\";s:22:\"templates/pricing.json\";s:11:\"preview_url\";s:47:\"https://kitpro.site/doujo/template-kit/pricing/\";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: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:43:\"https://kitpro.site/doujo/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:0:{}}i:9;a:9:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:44:\"https://kitpro.site/doujo/template-kit/blog/\";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:0:{}}i:10;a:9:{s:4:\"name\";s:3:\"404\";s:10:\"screenshot\";s:19:\"screenshots/404.jpg\";s:6:\"source\";s:18:\"templates/404.json\";s:11:\"preview_url\";s:43:\"https://kitpro.site/doujo/template-kit/404/\";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:0:{}}i:11;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:46:\"https://kitpro.site/doujo/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:0:{}}i:12;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:46:\"https://kitpro.site/doujo/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:0:{}}i:13;a:9:{s:4:\"name\";s:18:\"Newsletter-Metform\";s:10:\"screenshot\";s:34:\"screenshots/newsletter-metform.jpg\";s:6:\"source\";s:33:\"templates/newsletter-metform.json\";s:11:\"preview_url\";s:58:\"https://kitpro.site/doujo/template-kit/newsletter-metform/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";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:0:{}}i:14;a:9:{s:4:\"name\";s:15:\"contact-metfrom\";s:10:\"screenshot\";s:31:\"screenshots/contact-metfrom.jpg\";s:6:\"source\";s:30:\"templates/contact-metfrom.json\";s:11:\"preview_url\";s:55:\"https://kitpro.site/doujo/template-kit/contact-metfrom/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";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:0:{}}}s:16:\"required_plugins\";a:5:{i:0;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.6.2\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:1;a:4:{s:4:\"name\";s:17:\"Jeg Elementor Kit\";s:7:\"version\";s:5:\"2.4.4\";s:4:\"file\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:6:\"author\";s:9:\"Jegstudio\";}i:2;a:4:{s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";s:7:\"version\";s:5:\"1.6.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:7:\"MetForm\";s:7:\"version\";s:5:\"2.1.2\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}i:4;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.7.2\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:6:\"images\";a:26:{i:0;a:8:{s:8:\"filename\";s:8:\"red2.png\";s:13:\"thumbnail_url\";s:71:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/red2.png\";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/programs.json\";s:4:\"name\";s:8:\"Programs\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:28802;s:10:\"dimensions\";a:2:{i:0;i:490;i:1;i:504;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:1;a:8:{s:8:\"filename\";s:9:\"kick2.png\";s:13:\"thumbnail_url\";s:72:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/kick2.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:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:18072;s:10:\"dimensions\";a:2:{i:0;i:502;i:1;i:800;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:2;a:8:{s:8:\"filename\";s:74:\"martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\";s:13:\"thumbnail_url\";s:137:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.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/programs.json\";s:4:\"name\";s:8:\"Programs\";}}s:8:\"filesize\";i:20183;s:10:\"dimensions\";a:2:{i:0;i:580;i:1;i:800;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:3;a:8:{s:8:\"filename\";s:11:\"transpa.png\";s:13:\"thumbnail_url\";s:74:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/transpa.png\";s:9:\"templates\";a:6:{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:29:\"templates/single-program.json\";s:4:\"name\";s:14:\"Single-Program\";}i:3;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}i:4;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:5;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"Faq\";}}s:8:\"filesize\";i:2104;s:10:\"dimensions\";a:2:{i:0;i:398;i:1;i:180;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:4;a:8:{s:8:\"filename\";s:50:\"two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\";s:13:\"thumbnail_url\";s:121:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/two-partners-in-karate-2021-08-27-22-39-35-utc-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/programs.json\";s:4:\"name\";s:8:\"Programs\";}}s:8:\"filesize\";i:131903;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:5;a:8:{s:8:\"filename\";s:68:\"man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\";s:13:\"thumbnail_url\";s:139:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy-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:23:\"templates/programs.json\";s:4:\"name\";s:8:\"Programs\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/single-program.json\";s:4:\"name\";s:14:\"Single-Program\";}}s:8:\"filesize\";i:90847;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:6;a:8:{s:8:\"filename\";s:65:\"the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\";s:13:\"thumbnail_url\";s:136:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc-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/programs.json\";s:4:\"name\";s:8:\"Programs\";}}s:8:\"filesize\";i:137975;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:7;a:8:{s:8:\"filename\";s:67:\"martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\";s:13:\"thumbnail_url\";s:138:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc-800x534.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:194536;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:801;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:8;a:8:{s:8:\"filename\";s:11:\"stamina.png\";s:13:\"thumbnail_url\";s:74:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/stamina.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:26495;s:10:\"dimensions\";a:2:{i:0;i:673;i:1;i:491;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:9;a:8:{s:8:\"filename\";s:12:\"strenght.png\";s:13:\"thumbnail_url\";s:75:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/strenght.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:20110;s:10:\"dimensions\";a:2:{i:0;i:532;i:1;i:593;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:10;a:8:{s:8:\"filename\";s:16:\"self-defense.png\";s:13:\"thumbnail_url\";s:79:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/self-defense.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:13283;s:10:\"dimensions\";a:2:{i:0;i:422;i:1;i:520;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:11;a:8:{s:8:\"filename\";s:10:\"cooler.png\";s:13:\"thumbnail_url\";s:73:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/cooler.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:18056;s:10:\"dimensions\";a:2:{i:0;i:417;i:1;i:569;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:12;a:8:{s:8:\"filename\";s:9:\"john2.png\";s:13:\"thumbnail_url\";s:72:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/john2.png\";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/programs.json\";s:4:\"name\";s:8:\"Programs\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:143317;s:10:\"dimensions\";a:2:{i:0;i:745;i:1;i:766;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:13;a:8:{s:8:\"filename\";s:9:\"james.png\";s:13:\"thumbnail_url\";s:72:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/james.png\";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/programs.json\";s:4:\"name\";s:8:\"Programs\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:121689;s:10:\"dimensions\";a:2:{i:0;i:745;i:1;i:766;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:14;a:8:{s:8:\"filename\";s:9:\"ben-1.png\";s:13:\"thumbnail_url\";s:72:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/ben-1.png\";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/programs.json\";s:4:\"name\";s:8:\"Programs\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:143382;s:10:\"dimensions\";a:2:{i:0;i:745;i:1;i:766;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:15;a:8:{s:8:\"filename\";s:43:\"mountain-range-2021-08-26-15-58-135-utc.png\";s:13:\"thumbnail_url\";s:106:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/mountain-range-2021-08-26-15-58-135-utc.png\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/programs.json\";s:4:\"name\";s:8:\"Programs\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/single-program.json\";s:4:\"name\";s:14:\"Single-Program\";}i:3;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}i:4;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}i:5;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:6;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"Faq\";}i:7;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}}s:8:\"filesize\";i:173494;s:10:\"dimensions\";a:2:{i:0;i:684;i:1;i:335;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:16;a:8:{s:8:\"filename\";s:13:\"karateka5.png\";s:13:\"thumbnail_url\";s:76:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/karateka5.png\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/programs.json\";s:4:\"name\";s:8:\"Programs\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/single-program.json\";s:4:\"name\";s:14:\"Single-Program\";}i:3;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}i:4;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}i:5;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:6;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"Faq\";}i:7;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}}s:8:\"filesize\";i:134137;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:539;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:17;a:8:{s:8:\"filename\";s:81:\"martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy.jpg\";s:13:\"thumbnail_url\";s:152:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:29:\"templates/single-program.json\";s:4:\"name\";s:14:\"Single-Program\";}}s:8:\"filesize\";i:183092;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:801;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:18;a:8:{s:8:\"filename\";s:80:\"karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4.jpg\";s:13:\"thumbnail_url\";s:143:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}}s:8:\"filesize\";i:102944;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:19;a:8:{s:8:\"filename\";s:70:\"martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4.jpg\";s:13:\"thumbnail_url\";s:133:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}}s:8:\"filesize\";i:147239;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:20;a:8:{s:8:\"filename\";s:81:\"young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4.jpg\";s:13:\"thumbnail_url\";s:144:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}}s:8:\"filesize\";i:102354;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:21;a:8:{s:8:\"filename\";s:76:\"senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc.jpg\";s:13:\"thumbnail_url\";s:139:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}}s:8:\"filesize\";i:114065;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:22;a:8:{s:8:\"filename\";s:80:\"young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22.jpg\";s:13:\"thumbnail_url\";s:143:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}}s:8:\"filesize\";i:108774;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:23;a:8:{s:8:\"filename\";s:63:\"shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc.jpg\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/sensei.json\";s:4:\"name\";s:6:\"Sensei\";}}s:8:\"filesize\";i:122433;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/CAHDBYGZ7S\";}i:24;a:8:{s:8:\"filename\";s:13:\"logo-dojo.png\";s:13:\"thumbnail_url\";s:76:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/logo-dojo.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:24168;s:10:\"dimensions\";a:2:{i:0;i:577;i:1;i:401;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:25;a:8:{s:8:\"filename\";s:19:\"logo-dojo-white.png\";s:13:\"thumbnail_url\";s:82:\"https://kitpro.site/doujo/wp-content/uploads/sites/109/2022/08/logo-dojo-white.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:24212;s:10:\"dimensions\";a:2:{i:0;i:577;i:1;i:401;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}}}'),(15,11,'envato_tk_folder_name','ca305f6af8cef41cb3f16729c0622501'),(16,11,'envato_tk_builder','elementor'),(17,11,'envato_tk_source_zip_url','https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/template-kits/ca305f6af8cef41cb3f16729c0622501/source-11.zip'),(18,12,'_elementor_edit_mode','builder'),(19,12,'_elementor_template_type','kit'),(20,13,'_elementor_edit_mode','builder'),(21,13,'_elementor_template_type','kit'),(22,13,'_elementor_version','3.21.8'),(23,14,'_elementor_edit_mode','builder'),(24,14,'_elementor_template_type','section'),(25,14,'_elementor_version','3.21.8'),(26,13,'_wp_page_template','default'),(27,13,'_elementor_page_settings','a:97:{s:17:\"custom_typography\";a:21:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"cbee878\";s:5:\"title\";s:2:\"H1\";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_text_transform\";s:10:\"capitalize\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"593381a\";s:5:\"title\";s:2:\"H2\";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_text_transform\";s:10:\"capitalize\";}i:2;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"aa08128\";s:5:\"title\";s:2:\"H3\";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:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"f203c23\";s:5:\"title\";s:2:\"H4\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"a2fc1b9\";s:5:\"title\";s:2:\"H5\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:5;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"d3ea90d\";s:5:\"title\";s:2:\"H6\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f8cdd91\";s:5:\"title\";s:9:\"Body Text\";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:7;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3f07da6\";s:5:\"title\";s:12:\"Mini Heading\";}i:8;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"24b2df3\";s:5:\"title\";s:9:\"h6 footer\";}i:9;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"64a9188\";s:5:\"title\";s:10:\"Post title\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"779cdfc\";s:5:\"title\";s:9:\"text bold\";}i:11;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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:3:\"_id\";s:7:\"adcb678\";s:5:\"title\";s:3:\"404\";}i:12;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:18:\"Shadows Into Light\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"dc13a25\";s:5:\"title\";s:11:\"handwriting\";}i:13;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6ecdaa3\";s:5:\"title\";s:5:\"price\";}i:14;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7d12cfd\";s:5:\"title\";s:6:\"404 v2\";}i:15;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Mako\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:3:\"_id\";s:7:\"18295b7\";s:5:\"title\";s:8:\"404 text\";}i:16;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5d9cc44\";s:5:\"title\";s:7:\"h1 thin\";}i:17;a:13:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a9386e9\";s:5:\"title\";s:10:\"caligraphy\";}i:18;a:12:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"4d2122c\";s:5:\"title\";s:5:\"quote\";}i:19;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ca49e92\";s:5:\"title\";s:7:\"text bg\";}i:20;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:8;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b22d98a\";s:5:\"title\";s:8:\"text bg2\";}}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:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:52:{i:0;a:3:{s:3:\"_id\";s:7:\"e64be90\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"eb507f3\";s:5:\"title\";s:11:\"Transparent\";s:5:\"color\";s:9:\"#FFFFFF00\";}i:2;a:3:{s:3:\"_id\";s:7:\"3f37fea\";s:5:\"title\";s:6:\"Black1\";s:5:\"color\";s:7:\"#3A3A3A\";}i:3;a:3:{s:3:\"_id\";s:7:\"b4d1dfd\";s:5:\"title\";s:6:\"yellow\";s:5:\"color\";s:7:\"#FFBE00\";}i:4;a:3:{s:3:\"_id\";s:7:\"c1ada29\";s:5:\"title\";s:7:\"Yellow2\";s:5:\"color\";s:7:\"#FFE779\";}i:5;a:3:{s:3:\"_id\";s:7:\"7af558c\";s:5:\"title\";s:12:\"transparent2\";s:5:\"color\";s:9:\"#FFFFFF1A\";}i:6;a:3:{s:3:\"_id\";s:7:\"568e035\";s:5:\"title\";s:6:\"Purple\";s:5:\"color\";s:7:\"#B279FF\";}i:7;a:3:{s:3:\"_id\";s:7:\"45bcc5b\";s:5:\"title\";s:6:\"black2\";s:5:\"color\";s:7:\"#484848\";}i:8;a:3:{s:3:\"_id\";s:7:\"76544c2\";s:5:\"title\";s:5:\"grey1\";s:5:\"color\";s:7:\"#D8D8D8\";}i:9;a:3:{s:3:\"_id\";s:7:\"964964e\";s:5:\"title\";s:7:\"dongker\";s:5:\"color\";s:7:\"#2D2D44\";}i:10;a:3:{s:3:\"_id\";s:7:\"70ca7d7\";s:5:\"title\";s:8:\"dongker2\";s:5:\"color\";s:7:\"#062233\";}i:11;a:3:{s:3:\"_id\";s:7:\"faf5d15\";s:5:\"title\";s:13:\"absoluteblack\";s:5:\"color\";s:7:\"#000000\";}i:12;a:3:{s:3:\"_id\";s:7:\"1803bf0\";s:5:\"title\";s:7:\"purple2\";s:5:\"color\";s:7:\"#BB8FF7\";}i:13;a:3:{s:3:\"_id\";s:7:\"4eb5029\";s:5:\"title\";s:4:\"blue\";s:5:\"color\";s:7:\"#3C8AAB\";}i:14;a:3:{s:3:\"_id\";s:7:\"fb84f3a\";s:5:\"title\";s:10:\"light blue\";s:5:\"color\";s:7:\"#C5E3F0\";}i:15;a:3:{s:3:\"_id\";s:7:\"caae858\";s:5:\"title\";s:8:\"sky blue\";s:5:\"color\";s:7:\"#A8E2E6\";}i:16;a:3:{s:3:\"_id\";s:7:\"442231c\";s:5:\"title\";s:5:\"brown\";s:5:\"color\";s:7:\"#CE9754\";}i:17;a:3:{s:3:\"_id\";s:7:\"c7b9c5f\";s:5:\"title\";s:6:\"brown2\";s:5:\"color\";s:7:\"#E3B781\";}i:18;a:3:{s:3:\"_id\";s:7:\"d498ef1\";s:5:\"title\";s:7:\"white 2\";s:5:\"color\";s:7:\"#F0EFE6\";}i:19;a:3:{s:3:\"_id\";s:7:\"639e95c\";s:5:\"title\";s:6:\"brown3\";s:5:\"color\";s:7:\"#A28B68\";}i:20;a:3:{s:3:\"_id\";s:7:\"7c7ba2f\";s:5:\"title\";s:10:\"Browncream\";s:5:\"color\";s:7:\"#FFF0DD\";}i:21;a:3:{s:3:\"_id\";s:7:\"730643a\";s:5:\"title\";s:4:\"bark\";s:5:\"color\";s:7:\"#8D8980\";}i:22;a:3:{s:3:\"_id\";s:7:\"3fce00d\";s:5:\"title\";s:6:\"green1\";s:5:\"color\";s:7:\"#BDC87B\";}i:23;a:3:{s:3:\"_id\";s:7:\"2b57703\";s:5:\"title\";s:6:\"trans3\";s:5:\"color\";s:9:\"#D8D8D8BD\";}i:24;a:3:{s:3:\"_id\";s:7:\"730a667\";s:5:\"title\";s:4:\"red1\";s:5:\"color\";s:7:\"#00FFFF\";}i:25;a:3:{s:3:\"_id\";s:7:\"ab0a9e7\";s:5:\"title\";s:7:\"yellow2\";s:5:\"color\";s:7:\"#FFA33E\";}i:26;a:3:{s:3:\"_id\";s:7:\"89b15fa\";s:5:\"title\";s:6:\"green2\";s:5:\"color\";s:7:\"#7EC242\";}i:27;a:3:{s:3:\"_id\";s:7:\"0af79f3\";s:5:\"title\";s:5:\"blue5\";s:5:\"color\";s:7:\"#89C4C8\";}i:28;a:3:{s:3:\"_id\";s:7:\"b9731ad\";s:5:\"title\";s:6:\"trans4\";s:5:\"color\";s:9:\"#F0EFE6D4\";}i:29;a:3:{s:3:\"_id\";s:7:\"1c4e034\";s:5:\"title\";s:12:\"white trans2\";s:5:\"color\";s:9:\"#FFFFFFDB\";}i:30;a:3:{s:5:\"title\";s:6:\"green3\";s:3:\"_id\";s:7:\"649b555\";s:5:\"color\";s:7:\"#6EA51D\";}i:31;a:3:{s:3:\"_id\";s:7:\"1e009fa\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FFC124\";}i:32;a:3:{s:3:\"_id\";s:7:\"34da2f3\";s:5:\"title\";s:4:\"red2\";s:5:\"color\";s:7:\"#00FFFF\";}i:33;a:3:{s:3:\"_id\";s:7:\"e42fa42\";s:5:\"title\";s:11:\"yellowtrans\";s:5:\"color\";s:9:\"#FFC12421\";}i:34;a:3:{s:3:\"_id\";s:7:\"5715d1f\";s:5:\"title\";s:12:\"white yellow\";s:5:\"color\";s:7:\"#FFF7E3\";}i:35;a:3:{s:3:\"_id\";s:7:\"9c7372a\";s:5:\"title\";s:10:\"greentrans\";s:5:\"color\";s:9:\"#7EC2421C\";}i:36;a:3:{s:3:\"_id\";s:7:\"d43c678\";s:5:\"title\";s:10:\"whitegreen\";s:5:\"color\";s:7:\"#F1F8EB\";}i:37;a:3:{s:3:\"_id\";s:7:\"8ddb7c3\";s:5:\"title\";s:12:\"whiteyellow2\";s:5:\"color\";s:7:\"#FFFCF5\";}i:38;a:3:{s:3:\"_id\";s:7:\"bebcf4d\";s:5:\"title\";s:11:\"light green\";s:5:\"color\";s:7:\"#C4EDA1\";}i:39;a:3:{s:3:\"_id\";s:7:\"73f5821\";s:5:\"title\";s:11:\"hover cream\";s:5:\"color\";s:9:\"#FFF7E4CC\";}i:40;a:3:{s:3:\"_id\";s:7:\"30d60fe\";s:5:\"title\";s:7:\"orange2\";s:5:\"color\";s:7:\"#E9A62F\";}i:41;a:3:{s:3:\"_id\";s:7:\"c176849\";s:5:\"title\";s:12:\"orang2 trans\";s:5:\"color\";s:9:\"#E9A62FCF\";}i:42;a:3:{s:5:\"title\";s:9:\"bold blue\";s:3:\"_id\";s:7:\"51cf0c5\";s:5:\"color\";s:7:\"#1564FE\";}i:43;a:3:{s:5:\"title\";s:11:\"light blue2\";s:3:\"_id\";s:7:\"411dfcc\";s:5:\"color\";s:7:\"#508AFC\";}i:44;a:3:{s:3:\"_id\";s:7:\"9fee319\";s:5:\"title\";s:6:\"black3\";s:5:\"color\";s:7:\"#2F2F2F\";}i:45;a:3:{s:3:\"_id\";s:7:\"a660f96\";s:5:\"title\";s:6:\"white3\";s:5:\"color\";s:7:\"#F4F4F4\";}i:46;a:3:{s:3:\"_id\";s:7:\"adc553f\";s:5:\"title\";s:10:\"blacktrans\";s:5:\"color\";s:9:\"#2F2F2F63\";}i:47;a:3:{s:3:\"_id\";s:7:\"a46d2a4\";s:5:\"title\";s:8:\"darkgrey\";s:5:\"color\";s:7:\"#DBDBDB\";}i:48;a:3:{s:5:\"title\";s:8:\"bold red\";s:3:\"_id\";s:7:\"55009b5\";s:5:\"color\";s:7:\"#00FFFF\";}i:49;a:3:{s:3:\"_id\";s:7:\"0bd7bf8\";s:5:\"title\";s:13:\"white trans 2\";s:5:\"color\";s:9:\"#FFFFFFEB\";}i:50;a:3:{s:3:\"_id\";s:7:\"4c2f855\";s:5:\"title\";s:9:\"red trans\";s:5:\"color\";s:9:\"#F7260314\";}i:51;a:3:{s:3:\"_id\";s:7:\"f4794fd\";s:5:\"title\";s:9:\"greytrans\";s:5:\"color\";s:9:\"#FFFFFFC9\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i: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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;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:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:12:\"Noto Sans JP\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"__globals__\";a:22:{s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=cbee878\";s:8:\"h2_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=593381a\";s:8:\"h3_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=aa08128\";s:8:\"h4_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=f203c23\";s:8:\"h5_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=a2fc1b9\";s:8:\"h6_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=d3ea90d\";s:17:\"link_normal_color\";s:0:\"\";s:33:\"link_normal_typography_typography\";s:26:\"globals/typography?id=text\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:23:\"button_background_color\";s:25:\"globals/colors?id=55009b5\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=34da2f3\";s:17:\"button_text_color\";s:25:\"globals/colors?id=e64be90\";s:19:\"button_border_color\";s:25:\"globals/colors?id=639e95c\";s:25:\"button_hover_border_color\";s:25:\"globals/colors?id=730643a\";}s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:19:\"button_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:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";b:0;}s:15:\"activeItemIndex\";i:1;s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:6:\"Roboto\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:29:\"button_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:7:\"#A28B68\";s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:25:\"button_hover_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:10:\"body_color\";s:7:\"#7A7A7A\";s:8:\"h1_color\";s:7:\"#484848\";s:8:\"h2_color\";s:7:\"#484848\";s:8:\"h3_color\";s:7:\"#484848\";s:8:\"h4_color\";s:7:\"#484848\";s:8:\"h5_color\";s:7:\"#484848\";s:8:\"h6_color\";s:7:\"#484848\";s:25:\"button_hover_border_color\";s:7:\"#8D8980\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1300;s:5:\"sizes\";a:0:{}}s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Roboto\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Roboto\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"400\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:4:\"Lato\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";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:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:4:\"Lato\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:4:\"Lato\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:4:\"Lato\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:4:\"Lato\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"600\";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:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:4:\"Lato\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:16:\"c.w.Pickett, LLC\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";}'),(28,13,'_elementor_data','[]'),(29,15,'_elementor_edit_mode','builder'),(30,15,'_elementor_template_type','section'),(31,15,'_elementor_version','3.21.8'),(32,15,'_wp_page_template','default'),(33,15,'_elementor_page_settings','a:95:{s:17:\"custom_typography\";a:21:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"cbee878\";s:5:\"title\";s:2:\"H1\";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_text_transform\";s:10:\"capitalize\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"593381a\";s:5:\"title\";s:2:\"H2\";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_text_transform\";s:10:\"capitalize\";}i:2;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"aa08128\";s:5:\"title\";s:2:\"H3\";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:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"f203c23\";s:5:\"title\";s:2:\"H4\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"a2fc1b9\";s:5:\"title\";s:2:\"H5\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:5;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"d3ea90d\";s:5:\"title\";s:2:\"H6\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f8cdd91\";s:5:\"title\";s:9:\"Body Text\";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:7;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3f07da6\";s:5:\"title\";s:12:\"Mini Heading\";}i:8;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"24b2df3\";s:5:\"title\";s:9:\"h6 footer\";}i:9;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"64a9188\";s:5:\"title\";s:10:\"Post title\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"779cdfc\";s:5:\"title\";s:9:\"text bold\";}i:11;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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:3:\"_id\";s:7:\"adcb678\";s:5:\"title\";s:3:\"404\";}i:12;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:18:\"Shadows Into Light\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"dc13a25\";s:5:\"title\";s:11:\"handwriting\";}i:13;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6ecdaa3\";s:5:\"title\";s:5:\"price\";}i:14;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7d12cfd\";s:5:\"title\";s:6:\"404 v2\";}i:15;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Mako\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:3:\"_id\";s:7:\"18295b7\";s:5:\"title\";s:8:\"404 text\";}i:16;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5d9cc44\";s:5:\"title\";s:7:\"h1 thin\";}i:17;a:13:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a9386e9\";s:5:\"title\";s:10:\"caligraphy\";}i:18;a:12:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"4d2122c\";s:5:\"title\";s:5:\"quote\";}i:19;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ca49e92\";s:5:\"title\";s:7:\"text bg\";}i:20;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:8;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b22d98a\";s:5:\"title\";s:8:\"text bg2\";}}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:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:52:{i:0;a:3:{s:3:\"_id\";s:7:\"e64be90\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"eb507f3\";s:5:\"title\";s:11:\"Transparent\";s:5:\"color\";s:9:\"#FFFFFF00\";}i:2;a:3:{s:3:\"_id\";s:7:\"3f37fea\";s:5:\"title\";s:6:\"Black1\";s:5:\"color\";s:7:\"#3A3A3A\";}i:3;a:3:{s:3:\"_id\";s:7:\"b4d1dfd\";s:5:\"title\";s:6:\"yellow\";s:5:\"color\";s:7:\"#FFBE00\";}i:4;a:3:{s:3:\"_id\";s:7:\"c1ada29\";s:5:\"title\";s:7:\"Yellow2\";s:5:\"color\";s:7:\"#FFE779\";}i:5;a:3:{s:3:\"_id\";s:7:\"7af558c\";s:5:\"title\";s:12:\"transparent2\";s:5:\"color\";s:9:\"#FFFFFF1A\";}i:6;a:3:{s:3:\"_id\";s:7:\"568e035\";s:5:\"title\";s:6:\"Purple\";s:5:\"color\";s:7:\"#B279FF\";}i:7;a:3:{s:3:\"_id\";s:7:\"45bcc5b\";s:5:\"title\";s:6:\"black2\";s:5:\"color\";s:7:\"#484848\";}i:8;a:3:{s:3:\"_id\";s:7:\"76544c2\";s:5:\"title\";s:5:\"grey1\";s:5:\"color\";s:7:\"#D8D8D8\";}i:9;a:3:{s:3:\"_id\";s:7:\"964964e\";s:5:\"title\";s:7:\"dongker\";s:5:\"color\";s:7:\"#2D2D44\";}i:10;a:3:{s:3:\"_id\";s:7:\"70ca7d7\";s:5:\"title\";s:8:\"dongker2\";s:5:\"color\";s:7:\"#062233\";}i:11;a:3:{s:3:\"_id\";s:7:\"faf5d15\";s:5:\"title\";s:13:\"absoluteblack\";s:5:\"color\";s:7:\"#000000\";}i:12;a:3:{s:3:\"_id\";s:7:\"1803bf0\";s:5:\"title\";s:7:\"purple2\";s:5:\"color\";s:7:\"#BB8FF7\";}i:13;a:3:{s:3:\"_id\";s:7:\"4eb5029\";s:5:\"title\";s:4:\"blue\";s:5:\"color\";s:7:\"#3C8AAB\";}i:14;a:3:{s:3:\"_id\";s:7:\"fb84f3a\";s:5:\"title\";s:10:\"light blue\";s:5:\"color\";s:7:\"#C5E3F0\";}i:15;a:3:{s:3:\"_id\";s:7:\"caae858\";s:5:\"title\";s:8:\"sky blue\";s:5:\"color\";s:7:\"#A8E2E6\";}i:16;a:3:{s:3:\"_id\";s:7:\"442231c\";s:5:\"title\";s:5:\"brown\";s:5:\"color\";s:7:\"#CE9754\";}i:17;a:3:{s:3:\"_id\";s:7:\"c7b9c5f\";s:5:\"title\";s:6:\"brown2\";s:5:\"color\";s:7:\"#E3B781\";}i:18;a:3:{s:3:\"_id\";s:7:\"d498ef1\";s:5:\"title\";s:7:\"white 2\";s:5:\"color\";s:7:\"#F0EFE6\";}i:19;a:3:{s:3:\"_id\";s:7:\"639e95c\";s:5:\"title\";s:6:\"brown3\";s:5:\"color\";s:7:\"#A28B68\";}i:20;a:3:{s:3:\"_id\";s:7:\"7c7ba2f\";s:5:\"title\";s:10:\"Browncream\";s:5:\"color\";s:7:\"#FFF0DD\";}i:21;a:3:{s:3:\"_id\";s:7:\"730643a\";s:5:\"title\";s:4:\"bark\";s:5:\"color\";s:7:\"#8D8980\";}i:22;a:3:{s:3:\"_id\";s:7:\"3fce00d\";s:5:\"title\";s:6:\"green1\";s:5:\"color\";s:7:\"#BDC87B\";}i:23;a:3:{s:3:\"_id\";s:7:\"2b57703\";s:5:\"title\";s:6:\"trans3\";s:5:\"color\";s:9:\"#D8D8D8BD\";}i:24;a:3:{s:3:\"_id\";s:7:\"730a667\";s:5:\"title\";s:4:\"red1\";s:5:\"color\";s:7:\"#F46A5E\";}i:25;a:3:{s:3:\"_id\";s:7:\"ab0a9e7\";s:5:\"title\";s:7:\"yellow2\";s:5:\"color\";s:7:\"#FFA33E\";}i:26;a:3:{s:3:\"_id\";s:7:\"89b15fa\";s:5:\"title\";s:6:\"green2\";s:5:\"color\";s:7:\"#7EC242\";}i:27;a:3:{s:3:\"_id\";s:7:\"0af79f3\";s:5:\"title\";s:5:\"blue5\";s:5:\"color\";s:7:\"#89C4C8\";}i:28;a:3:{s:3:\"_id\";s:7:\"b9731ad\";s:5:\"title\";s:6:\"trans4\";s:5:\"color\";s:9:\"#F0EFE6D4\";}i:29;a:3:{s:3:\"_id\";s:7:\"1c4e034\";s:5:\"title\";s:12:\"white trans2\";s:5:\"color\";s:9:\"#FFFFFFDB\";}i:30;a:3:{s:5:\"title\";s:6:\"green3\";s:3:\"_id\";s:7:\"649b555\";s:5:\"color\";s:7:\"#6EA51D\";}i:31;a:3:{s:3:\"_id\";s:7:\"1e009fa\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FFC124\";}i:32;a:3:{s:3:\"_id\";s:7:\"34da2f3\";s:5:\"title\";s:4:\"red2\";s:5:\"color\";s:7:\"#FE5033\";}i:33;a:3:{s:3:\"_id\";s:7:\"e42fa42\";s:5:\"title\";s:11:\"yellowtrans\";s:5:\"color\";s:9:\"#FFC12421\";}i:34;a:3:{s:3:\"_id\";s:7:\"5715d1f\";s:5:\"title\";s:12:\"white yellow\";s:5:\"color\";s:7:\"#FFF7E3\";}i:35;a:3:{s:3:\"_id\";s:7:\"9c7372a\";s:5:\"title\";s:10:\"greentrans\";s:5:\"color\";s:9:\"#7EC2421C\";}i:36;a:3:{s:3:\"_id\";s:7:\"d43c678\";s:5:\"title\";s:10:\"whitegreen\";s:5:\"color\";s:7:\"#F1F8EB\";}i:37;a:3:{s:3:\"_id\";s:7:\"8ddb7c3\";s:5:\"title\";s:12:\"whiteyellow2\";s:5:\"color\";s:7:\"#FFFCF5\";}i:38;a:3:{s:3:\"_id\";s:7:\"bebcf4d\";s:5:\"title\";s:11:\"light green\";s:5:\"color\";s:7:\"#C4EDA1\";}i:39;a:3:{s:3:\"_id\";s:7:\"73f5821\";s:5:\"title\";s:11:\"hover cream\";s:5:\"color\";s:9:\"#FFF7E4CC\";}i:40;a:3:{s:3:\"_id\";s:7:\"30d60fe\";s:5:\"title\";s:7:\"orange2\";s:5:\"color\";s:7:\"#E9A62F\";}i:41;a:3:{s:3:\"_id\";s:7:\"c176849\";s:5:\"title\";s:12:\"orang2 trans\";s:5:\"color\";s:9:\"#E9A62FCF\";}i:42;a:3:{s:5:\"title\";s:9:\"bold blue\";s:3:\"_id\";s:7:\"51cf0c5\";s:5:\"color\";s:7:\"#1564FE\";}i:43;a:3:{s:5:\"title\";s:11:\"light blue2\";s:3:\"_id\";s:7:\"411dfcc\";s:5:\"color\";s:7:\"#508AFC\";}i:44;a:3:{s:3:\"_id\";s:7:\"9fee319\";s:5:\"title\";s:6:\"black3\";s:5:\"color\";s:7:\"#2F2F2F\";}i:45;a:3:{s:3:\"_id\";s:7:\"a660f96\";s:5:\"title\";s:6:\"white3\";s:5:\"color\";s:7:\"#F4F4F4\";}i:46;a:3:{s:3:\"_id\";s:7:\"adc553f\";s:5:\"title\";s:10:\"blacktrans\";s:5:\"color\";s:9:\"#2F2F2F63\";}i:47;a:3:{s:3:\"_id\";s:7:\"a46d2a4\";s:5:\"title\";s:8:\"darkgrey\";s:5:\"color\";s:7:\"#DBDBDB\";}i:48;a:3:{s:5:\"title\";s:8:\"bold red\";s:3:\"_id\";s:7:\"55009b5\";s:5:\"color\";s:7:\"#F72603\";}i:49;a:3:{s:3:\"_id\";s:7:\"0bd7bf8\";s:5:\"title\";s:13:\"white trans 2\";s:5:\"color\";s:9:\"#FFFFFFEB\";}i:50;a:3:{s:3:\"_id\";s:7:\"4c2f855\";s:5:\"title\";s:9:\"red trans\";s:5:\"color\";s:9:\"#F7260314\";}i:51;a:3:{s:3:\"_id\";s:7:\"f4794fd\";s:5:\"title\";s:9:\"greytrans\";s:5:\"color\";s:9:\"#FFFFFFC9\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i: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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;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:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:12:\"Noto Sans JP\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"__globals__\";a:22:{s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=cbee878\";s:8:\"h2_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=593381a\";s:8:\"h3_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=aa08128\";s:8:\"h4_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=f203c23\";s:8:\"h5_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=a2fc1b9\";s:8:\"h6_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=d3ea90d\";s:17:\"link_normal_color\";s:0:\"\";s:33:\"link_normal_typography_typography\";s:26:\"globals/typography?id=text\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:23:\"button_background_color\";s:25:\"globals/colors?id=55009b5\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=34da2f3\";s:17:\"button_text_color\";s:25:\"globals/colors?id=e64be90\";s:19:\"button_border_color\";s:25:\"globals/colors?id=639e95c\";s:25:\"button_hover_border_color\";s:25:\"globals/colors?id=730643a\";}s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:19:\"button_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:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";b:0;}s:15:\"activeItemIndex\";i:1;s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:6:\"Roboto\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:29:\"button_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:7:\"#A28B68\";s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:25:\"button_hover_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:10:\"body_color\";s:7:\"#7A7A7A\";s:8:\"h1_color\";s:7:\"#484848\";s:8:\"h2_color\";s:7:\"#484848\";s:8:\"h3_color\";s:7:\"#484848\";s:8:\"h4_color\";s:7:\"#484848\";s:8:\"h5_color\";s:7:\"#484848\";s:8:\"h6_color\";s:7:\"#484848\";s:25:\"button_hover_border_color\";s:7:\"#8D8980\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1300;s:5:\"sizes\";a:0:{}}s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Roboto\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Roboto\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"400\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:4:\"Lato\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";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:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:4:\"Lato\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:4:\"Lato\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:4:\"Lato\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:4:\"Lato\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"600\";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:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:4:\"Lato\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}}'),(34,15,'_elementor_data','[]'),(35,13,'_elementor_page_assets','a:0:{}'),(36,13,'envato_tk_source_kit','11'),(37,13,'envato_tk_source_index','0'),(38,16,'_elementor_edit_mode','builder'),(39,16,'_elementor_template_type','kit'),(40,16,'_elementor_version','3.21.8'),(41,16,'_wp_page_template','default'),(42,16,'_elementor_page_settings','a:95:{s:17:\"custom_typography\";a:21:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"cbee878\";s:5:\"title\";s:2:\"H1\";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_text_transform\";s:10:\"capitalize\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"593381a\";s:5:\"title\";s:2:\"H2\";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_text_transform\";s:10:\"capitalize\";}i:2;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"aa08128\";s:5:\"title\";s:2:\"H3\";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:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"f203c23\";s:5:\"title\";s:2:\"H4\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"a2fc1b9\";s:5:\"title\";s:2:\"H5\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:5;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"d3ea90d\";s:5:\"title\";s:2:\"H6\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f8cdd91\";s:5:\"title\";s:9:\"Body Text\";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:7;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3f07da6\";s:5:\"title\";s:12:\"Mini Heading\";}i:8;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"24b2df3\";s:5:\"title\";s:9:\"h6 footer\";}i:9;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"64a9188\";s:5:\"title\";s:10:\"Post title\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"779cdfc\";s:5:\"title\";s:9:\"text bold\";}i:11;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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:3:\"_id\";s:7:\"adcb678\";s:5:\"title\";s:3:\"404\";}i:12;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:18:\"Shadows Into Light\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"dc13a25\";s:5:\"title\";s:11:\"handwriting\";}i:13;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6ecdaa3\";s:5:\"title\";s:5:\"price\";}i:14;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7d12cfd\";s:5:\"title\";s:6:\"404 v2\";}i:15;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Mako\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:3:\"_id\";s:7:\"18295b7\";s:5:\"title\";s:8:\"404 text\";}i:16;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5d9cc44\";s:5:\"title\";s:7:\"h1 thin\";}i:17;a:13:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a9386e9\";s:5:\"title\";s:10:\"caligraphy\";}i:18;a:12:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"4d2122c\";s:5:\"title\";s:5:\"quote\";}i:19;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ca49e92\";s:5:\"title\";s:7:\"text bg\";}i:20;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:8;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b22d98a\";s:5:\"title\";s:8:\"text bg2\";}}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:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:52:{i:0;a:3:{s:3:\"_id\";s:7:\"e64be90\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"eb507f3\";s:5:\"title\";s:11:\"Transparent\";s:5:\"color\";s:9:\"#FFFFFF00\";}i:2;a:3:{s:3:\"_id\";s:7:\"3f37fea\";s:5:\"title\";s:6:\"Black1\";s:5:\"color\";s:7:\"#3A3A3A\";}i:3;a:3:{s:3:\"_id\";s:7:\"b4d1dfd\";s:5:\"title\";s:6:\"yellow\";s:5:\"color\";s:7:\"#FFBE00\";}i:4;a:3:{s:3:\"_id\";s:7:\"c1ada29\";s:5:\"title\";s:7:\"Yellow2\";s:5:\"color\";s:7:\"#FFE779\";}i:5;a:3:{s:3:\"_id\";s:7:\"7af558c\";s:5:\"title\";s:12:\"transparent2\";s:5:\"color\";s:9:\"#FFFFFF1A\";}i:6;a:3:{s:3:\"_id\";s:7:\"568e035\";s:5:\"title\";s:6:\"Purple\";s:5:\"color\";s:7:\"#B279FF\";}i:7;a:3:{s:3:\"_id\";s:7:\"45bcc5b\";s:5:\"title\";s:6:\"black2\";s:5:\"color\";s:7:\"#484848\";}i:8;a:3:{s:3:\"_id\";s:7:\"76544c2\";s:5:\"title\";s:5:\"grey1\";s:5:\"color\";s:7:\"#D8D8D8\";}i:9;a:3:{s:3:\"_id\";s:7:\"964964e\";s:5:\"title\";s:7:\"dongker\";s:5:\"color\";s:7:\"#2D2D44\";}i:10;a:3:{s:3:\"_id\";s:7:\"70ca7d7\";s:5:\"title\";s:8:\"dongker2\";s:5:\"color\";s:7:\"#062233\";}i:11;a:3:{s:3:\"_id\";s:7:\"faf5d15\";s:5:\"title\";s:13:\"absoluteblack\";s:5:\"color\";s:7:\"#000000\";}i:12;a:3:{s:3:\"_id\";s:7:\"1803bf0\";s:5:\"title\";s:7:\"purple2\";s:5:\"color\";s:7:\"#BB8FF7\";}i:13;a:3:{s:3:\"_id\";s:7:\"4eb5029\";s:5:\"title\";s:4:\"blue\";s:5:\"color\";s:7:\"#3C8AAB\";}i:14;a:3:{s:3:\"_id\";s:7:\"fb84f3a\";s:5:\"title\";s:10:\"light blue\";s:5:\"color\";s:7:\"#C5E3F0\";}i:15;a:3:{s:3:\"_id\";s:7:\"caae858\";s:5:\"title\";s:8:\"sky blue\";s:5:\"color\";s:7:\"#A8E2E6\";}i:16;a:3:{s:3:\"_id\";s:7:\"442231c\";s:5:\"title\";s:5:\"brown\";s:5:\"color\";s:7:\"#CE9754\";}i:17;a:3:{s:3:\"_id\";s:7:\"c7b9c5f\";s:5:\"title\";s:6:\"brown2\";s:5:\"color\";s:7:\"#E3B781\";}i:18;a:3:{s:3:\"_id\";s:7:\"d498ef1\";s:5:\"title\";s:7:\"white 2\";s:5:\"color\";s:7:\"#F0EFE6\";}i:19;a:3:{s:3:\"_id\";s:7:\"639e95c\";s:5:\"title\";s:6:\"brown3\";s:5:\"color\";s:7:\"#A28B68\";}i:20;a:3:{s:3:\"_id\";s:7:\"7c7ba2f\";s:5:\"title\";s:10:\"Browncream\";s:5:\"color\";s:7:\"#FFF0DD\";}i:21;a:3:{s:3:\"_id\";s:7:\"730643a\";s:5:\"title\";s:4:\"bark\";s:5:\"color\";s:7:\"#8D8980\";}i:22;a:3:{s:3:\"_id\";s:7:\"3fce00d\";s:5:\"title\";s:6:\"green1\";s:5:\"color\";s:7:\"#BDC87B\";}i:23;a:3:{s:3:\"_id\";s:7:\"2b57703\";s:5:\"title\";s:6:\"trans3\";s:5:\"color\";s:9:\"#D8D8D8BD\";}i:24;a:3:{s:3:\"_id\";s:7:\"730a667\";s:5:\"title\";s:4:\"red1\";s:5:\"color\";s:7:\"#F46A5E\";}i:25;a:3:{s:3:\"_id\";s:7:\"ab0a9e7\";s:5:\"title\";s:7:\"yellow2\";s:5:\"color\";s:7:\"#FFA33E\";}i:26;a:3:{s:3:\"_id\";s:7:\"89b15fa\";s:5:\"title\";s:6:\"green2\";s:5:\"color\";s:7:\"#7EC242\";}i:27;a:3:{s:3:\"_id\";s:7:\"0af79f3\";s:5:\"title\";s:5:\"blue5\";s:5:\"color\";s:7:\"#89C4C8\";}i:28;a:3:{s:3:\"_id\";s:7:\"b9731ad\";s:5:\"title\";s:6:\"trans4\";s:5:\"color\";s:9:\"#F0EFE6D4\";}i:29;a:3:{s:3:\"_id\";s:7:\"1c4e034\";s:5:\"title\";s:12:\"white trans2\";s:5:\"color\";s:9:\"#FFFFFFDB\";}i:30;a:3:{s:5:\"title\";s:6:\"green3\";s:3:\"_id\";s:7:\"649b555\";s:5:\"color\";s:7:\"#6EA51D\";}i:31;a:3:{s:3:\"_id\";s:7:\"1e009fa\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FFC124\";}i:32;a:3:{s:3:\"_id\";s:7:\"34da2f3\";s:5:\"title\";s:4:\"red2\";s:5:\"color\";s:7:\"#FE5033\";}i:33;a:3:{s:3:\"_id\";s:7:\"e42fa42\";s:5:\"title\";s:11:\"yellowtrans\";s:5:\"color\";s:9:\"#FFC12421\";}i:34;a:3:{s:3:\"_id\";s:7:\"5715d1f\";s:5:\"title\";s:12:\"white yellow\";s:5:\"color\";s:7:\"#FFF7E3\";}i:35;a:3:{s:3:\"_id\";s:7:\"9c7372a\";s:5:\"title\";s:10:\"greentrans\";s:5:\"color\";s:9:\"#7EC2421C\";}i:36;a:3:{s:3:\"_id\";s:7:\"d43c678\";s:5:\"title\";s:10:\"whitegreen\";s:5:\"color\";s:7:\"#F1F8EB\";}i:37;a:3:{s:3:\"_id\";s:7:\"8ddb7c3\";s:5:\"title\";s:12:\"whiteyellow2\";s:5:\"color\";s:7:\"#FFFCF5\";}i:38;a:3:{s:3:\"_id\";s:7:\"bebcf4d\";s:5:\"title\";s:11:\"light green\";s:5:\"color\";s:7:\"#C4EDA1\";}i:39;a:3:{s:3:\"_id\";s:7:\"73f5821\";s:5:\"title\";s:11:\"hover cream\";s:5:\"color\";s:9:\"#FFF7E4CC\";}i:40;a:3:{s:3:\"_id\";s:7:\"30d60fe\";s:5:\"title\";s:7:\"orange2\";s:5:\"color\";s:7:\"#E9A62F\";}i:41;a:3:{s:3:\"_id\";s:7:\"c176849\";s:5:\"title\";s:12:\"orang2 trans\";s:5:\"color\";s:9:\"#E9A62FCF\";}i:42;a:3:{s:5:\"title\";s:9:\"bold blue\";s:3:\"_id\";s:7:\"51cf0c5\";s:5:\"color\";s:7:\"#1564FE\";}i:43;a:3:{s:5:\"title\";s:11:\"light blue2\";s:3:\"_id\";s:7:\"411dfcc\";s:5:\"color\";s:7:\"#508AFC\";}i:44;a:3:{s:3:\"_id\";s:7:\"9fee319\";s:5:\"title\";s:6:\"black3\";s:5:\"color\";s:7:\"#2F2F2F\";}i:45;a:3:{s:3:\"_id\";s:7:\"a660f96\";s:5:\"title\";s:6:\"white3\";s:5:\"color\";s:7:\"#F4F4F4\";}i:46;a:3:{s:3:\"_id\";s:7:\"adc553f\";s:5:\"title\";s:10:\"blacktrans\";s:5:\"color\";s:9:\"#2F2F2F63\";}i:47;a:3:{s:3:\"_id\";s:7:\"a46d2a4\";s:5:\"title\";s:8:\"darkgrey\";s:5:\"color\";s:7:\"#DBDBDB\";}i:48;a:3:{s:5:\"title\";s:8:\"bold red\";s:3:\"_id\";s:7:\"55009b5\";s:5:\"color\";s:7:\"#F72603\";}i:49;a:3:{s:3:\"_id\";s:7:\"0bd7bf8\";s:5:\"title\";s:13:\"white trans 2\";s:5:\"color\";s:9:\"#FFFFFFEB\";}i:50;a:3:{s:3:\"_id\";s:7:\"4c2f855\";s:5:\"title\";s:9:\"red trans\";s:5:\"color\";s:9:\"#F7260314\";}i:51;a:3:{s:3:\"_id\";s:7:\"f4794fd\";s:5:\"title\";s:9:\"greytrans\";s:5:\"color\";s:9:\"#FFFFFFC9\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i: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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;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:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:12:\"Noto Sans JP\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"__globals__\";a:22:{s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=cbee878\";s:8:\"h2_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=593381a\";s:8:\"h3_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=aa08128\";s:8:\"h4_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=f203c23\";s:8:\"h5_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=a2fc1b9\";s:8:\"h6_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=d3ea90d\";s:17:\"link_normal_color\";s:0:\"\";s:33:\"link_normal_typography_typography\";s:26:\"globals/typography?id=text\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:23:\"button_background_color\";s:25:\"globals/colors?id=55009b5\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=34da2f3\";s:17:\"button_text_color\";s:25:\"globals/colors?id=e64be90\";s:19:\"button_border_color\";s:25:\"globals/colors?id=639e95c\";s:25:\"button_hover_border_color\";s:25:\"globals/colors?id=730643a\";}s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:19:\"button_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:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";b:0;}s:15:\"activeItemIndex\";i:1;s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:6:\"Roboto\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:29:\"button_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:7:\"#A28B68\";s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:25:\"button_hover_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:10:\"body_color\";s:7:\"#7A7A7A\";s:8:\"h1_color\";s:7:\"#484848\";s:8:\"h2_color\";s:7:\"#484848\";s:8:\"h3_color\";s:7:\"#484848\";s:8:\"h4_color\";s:7:\"#484848\";s:8:\"h5_color\";s:7:\"#484848\";s:8:\"h6_color\";s:7:\"#484848\";s:25:\"button_hover_border_color\";s:7:\"#8D8980\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1300;s:5:\"sizes\";a:0:{}}s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Roboto\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Roboto\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"400\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:4:\"Lato\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";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:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:4:\"Lato\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:4:\"Lato\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:4:\"Lato\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:4:\"Lato\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"600\";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:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:4:\"Lato\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}}'),(43,16,'_elementor_data','[]'),(44,16,'_elementor_page_assets','a:0:{}'),(45,17,'_wp_attached_file','2024/05/red2.png'),(46,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:490;s:6:\"height\";i:504;s:4:\"file\";s:16:\"2024/05/red2.png\";s:8:\"filesize\";i:28802;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"red2-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"red2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47,17,'_elementor_source_image_hash','5343b9b2c048ab241c37efc8264a9f1f27e8c7dd'),(48,18,'_wp_attached_file','2024/05/kick2.png'),(49,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:502;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2024/05/kick2.png\";s:8:\"filesize\";i:18072;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"kick2-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"kick2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,18,'_elementor_source_image_hash','bb79c317789c9012d33a914973a4a0a108642057'),(51,19,'_wp_attached_file','2024/05/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png'),(52,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:580;s:6:\"height\";i:800;s:4:\"file\";s:82:\"2024/05/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\";s:8:\"filesize\";i:20183;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11-218x300.png\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7670;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,19,'_elementor_source_image_hash','8b5bada61662e838bd16def533fb36bd3fd972ce'),(54,20,'_wp_attached_file','2024/05/transpa.png'),(55,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:398;s:6:\"height\";i:180;s:4:\"file\";s:19:\"2024/05/transpa.png\";s:8:\"filesize\";i:2104;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"transpa-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"transpa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,20,'_elementor_source_image_hash','0d73d24efd3d444dae83824265657150eef43924'),(57,21,'_wp_attached_file','2024/05/mountain-range-2021-08-26-15-58-135-utc.png'),(58,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:684;s:6:\"height\";i:335;s:4:\"file\";s:51:\"2024/05/mountain-range-2021-08-26-15-58-135-utc.png\";s:8:\"filesize\";i:173494;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"mountain-range-2021-08-26-15-58-135-utc-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"mountain-range-2021-08-26-15-58-135-utc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25185;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,21,'_elementor_source_image_hash','2d211cafe50ef38c19d6697e359e321a134f202c'),(60,22,'_wp_attached_file','2024/05/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg'),(61,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2024/05/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\";s:8:\"filesize\";i:131903;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"two-partners-in-karate-2021-08-27-22-39-35-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8357;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"two-partners-in-karate-2021-08-27-22-39-35-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"two-partners-in-karate-2021-08-27-22-39-35-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4770;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"two-partners-in-karate-2021-08-27-22-39-35-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:90:\"Portrait of two judoists in kimono standing and embracing each other and looking at camera\";s:17:\"created_timestamp\";s:10:\"1572621254\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:22:\"Two partners in karate\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:6:\"Action\";i:1;s:8:\"Activity\";i:2;s:6:\"Aikido\";i:3;s:4:\"Belt\";i:4;s:10:\"Black Belt\";i:5;s:4:\"Boys\";i:6;s:19:\"Caucasian Ethnicity\";i:7;s:8:\"Cheerful\";i:8;s:5:\"Child\";i:9;s:9:\"Childhood\";i:10;s:11:\"Color Image\";i:11;s:12:\"Combat Sport\";i:12;s:4:\"Dojo\";i:13;s:9:\"Education\";i:14;s:10:\"Exercising\";i:15;s:8:\"Fighting\";i:16;s:17:\"Healthy Lifestyle\";i:17;s:7:\"Holding\";i:18;s:7:\"Indoors\";i:19;s:4:\"Judo\";i:20;s:7:\"Jujitsu\";i:21;s:6:\"Karate\";i:22;s:7:\"Kicking\";i:23;s:6:\"Kimono\";i:24;s:14:\"Korean Culture\";i:25;s:7:\"Kung Fu\";i:26;s:8:\"Learning\";i:27;s:10:\"Lifestyles\";i:28;s:5:\"Males\";i:29;s:12:\"Martial Arts\";i:30;s:6:\"People\";i:31;s:10:\"Practicing\";i:32;s:10:\"Protection\";i:33;s:12:\"Self-Defense\";i:34;s:5:\"Small\";i:35;s:7:\"Smiling\";i:36;s:5:\"Sport\";i:37;s:15:\"Sports Training\";i:38;s:14:\"Sports Uniform\";i:39;s:9:\"Taekwondo\";i:40;s:10:\"Two People\";i:41;s:5:\"White\";}}}'),(62,22,'_elementor_source_image_hash','f5469e74eb04bfe225a7c927bbb222d54ed38528'),(63,23,'_wp_attached_file','2024/05/karateka5.png'),(64,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:539;s:4:\"file\";s:21:\"2024/05/karateka5.png\";s:8:\"filesize\";i:134137;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"karateka5-278x300.png\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"karateka5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13281;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(65,23,'_elementor_source_image_hash','13cfe00c67916c0034454e6e082432d2bbe472cd'),(66,24,'_wp_attached_file','2024/05/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg'),(67,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:76:\"2024/05/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\";s:8:\"filesize\";i:90847;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6441;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3756;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26190;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:72:\"Man in white kimono and black belt training karate over gray background.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:35:\"Man in white kimono training karate\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:6:\"karate\";i:1;s:7:\"martial\";i:2;s:7:\"uniform\";i:3;s:5:\"white\";i:4;s:8:\"practice\";i:5;s:6:\"kimono\";i:6;s:5:\"young\";i:7;s:8:\"exercise\";i:8;s:5:\"sport\";i:9;s:4:\"kick\";i:10;s:4:\"male\";i:11;s:6:\"active\";i:12;s:6:\"attack\";i:13;s:6:\"person\";i:14;s:10:\"background\";i:15;s:4:\"arts\";i:16;s:3:\"man\";i:17;s:4:\"belt\";i:18;s:5:\"fight\";i:19;s:8:\"activity\";i:20;s:5:\"power\";i:21;s:5:\"black\";i:22;s:3:\"leg\";i:23;s:8:\"training\";i:24;s:7:\"defense\";i:25;s:7:\"fighter\";i:26;s:7:\"jujitsu\";i:27;s:4:\"judo\";i:28;s:4:\"kata\";i:29;s:7:\"posture\";i:30;s:6:\"sporty\";i:31;s:7:\"workout\";i:32;s:6:\"strong\";i:33;s:5:\"skill\";i:34;s:9:\"technique\";i:35;s:8:\"strength\";i:36;s:6:\"combat\";i:37;s:7:\"extreme\";i:38;s:5:\"punch\";i:39;s:9:\"lifestyle\";i:40;s:8:\"standing\";i:41;s:6:\"people\";i:42;s:6:\"action\";i:43;s:7:\"concept\";i:44;s:8:\"position\";i:45;s:8:\"powerful\";i:46;s:8:\"japanese\";i:47;s:5:\"block\";i:48;s:3:\"boy\";}}}'),(68,24,'_elementor_source_image_hash','90c509dba817c8954a7fa7c61b78b59ce95d1e21'),(69,25,'_elementor_edit_mode','builder'),(70,25,'_elementor_template_type','page'),(71,25,'_elementor_version','3.21.8'),(72,25,'_elementor_data','[{\"id\":\"59a6f498\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"5c763541\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40cf540b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"2fd7c7ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e16bf55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"2386710d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"5ffeb8e6\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"3968c474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Blog\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"20f33dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"581661fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78fac35b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a268f7d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"52761119\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"43f25111\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7bfb31cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36ab2de1\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71767e14\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"1213cf41\",\"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\":\"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\":\"1a6f5d6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"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\":\"2d95d8ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"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\":\"3d93a482\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"ekit_blog_posts_num\":6,\"ekit_blog_posts_meta_author_icons\":{\"value\":\"icon icon-user\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"icon icon-calendar3\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"icon icon-folder\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_comment_icons\":{\"value\":\"icon icon-comment\",\"library\":\"ekiticons\"},\"ekit_blog_posts_btn_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_blog_posts_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_slideshow_gallery\":[],\"ekit_blog_posts_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_normal_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_floating_date_bg_color_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_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\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7e8c48\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d6d3612\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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\":\"12941bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"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\":\"32b04a57\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7ce2fc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48149538\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"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\":\"d42c575\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}]'),(73,26,'_elementor_edit_mode','builder'),(74,26,'_elementor_template_type','page'),(75,26,'_elementor_version','3.21.8'),(76,26,'_elementor_data','[{\"id\":\"59a6f498\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"5c763541\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40cf540b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"2fd7c7ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e16bf55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"2386710d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"5ffeb8e6\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"3968c474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Blog\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"20f33dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"581661fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78fac35b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a268f7d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"52761119\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"43f25111\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7bfb31cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36ab2de1\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71767e14\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"1213cf41\",\"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\":\"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\":\"1a6f5d6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"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\":\"2d95d8ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"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\":\"3d93a482\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"ekit_blog_posts_num\":6,\"ekit_blog_posts_meta_author_icons\":{\"value\":\"icon icon-user\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"icon icon-calendar3\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"icon icon-folder\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_comment_icons\":{\"value\":\"icon icon-comment\",\"library\":\"ekiticons\"},\"ekit_blog_posts_btn_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_blog_posts_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_slideshow_gallery\":[],\"ekit_blog_posts_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_normal_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_floating_date_bg_color_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_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\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7e8c48\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d6d3612\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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\":\"12941bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"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\":\"32b04a57\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7ce2fc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48149538\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"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\":\"d42c575\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}]'),(77,27,'_wp_attached_file','2024/05/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg'),(78,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:73:\"2024/05/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\";s:8:\"filesize\";i:137975;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7758;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51979;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4621;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32904;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:63:\"The two judokas fighters fighting men on gray studio background\";s:17:\"created_timestamp\";s:10:\"1477141686\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:37:\"The two judokas fighters fighting men\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:4:\"judo\";i:1;s:7:\"martial\";i:2;s:3:\"two\";i:3;s:6:\"kimono\";i:4;s:4:\"arts\";i:5;s:8:\"fighting\";i:6;s:11:\"competition\";i:7;s:4:\"male\";i:8;s:8:\"training\";i:9;s:3:\"men\";i:10;s:6:\"sports\";i:11;s:5:\"adult\";i:12;s:6:\"karate\";i:13;s:3:\"man\";i:14;s:6:\"people\";i:15;s:5:\"sport\";i:16;s:6:\"length\";i:17;s:4:\"full\";i:18;s:9:\"caucasian\";i:19;s:6:\"combat\";i:20;s:7:\"indoors\";i:21;s:7:\"judokas\";i:22;s:8:\"fighters\";i:23;s:11:\"oppositions\";i:24;s:6:\"active\";i:25;s:7:\"athlete\";i:26;s:8:\"exercise\";i:27;s:5:\"fight\";i:28;s:7:\"fighter\";i:29;s:7:\"fitness\";i:30;s:3:\"gym\";i:31;s:7:\"healthy\";i:32;s:6:\"judogi\";i:33;s:9:\"lifestyle\";i:34;s:8:\"practice\";i:35;s:5:\"skill\";i:36;s:8:\"strength\";i:37;s:6:\"strong\";i:38;s:5:\"young\";i:39;s:6:\"action\";i:40;s:6:\"aikido\";i:41;s:7:\"agility\";i:42;s:4:\"bout\";i:43;s:6:\"boxing\";i:44;s:4:\"club\";i:45;s:6:\"studio\";i:46;s:4:\"gray\";i:47;s:5:\"throw\";i:48;s:7:\"capture\";}}}'),(79,25,'_elementor_page_assets','a:0:{}'),(80,25,'_wp_page_template','elementor_header_footer'),(81,25,'envato_tk_source_kit','11'),(82,25,'envato_tk_source_index','9'),(83,27,'_elementor_source_image_hash','1c982d757ee82bf796bee5f6e3ec338cfc47ceb0'),(84,28,'_wp_attached_file','2024/05/Cartoon-Forest-Background-xg.png'),(85,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1776;s:6:\"height\";i:951;s:4:\"file\";s:40:\"2024/05/Cartoon-Forest-Background-xg.png\";s:8:\"filesize\";i:85119;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Cartoon-Forest-Background-xg-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4760;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Cartoon-Forest-Background-xg-1024x548.png\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Cartoon-Forest-Background-xg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1076;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Cartoon-Forest-Background-xg-768x411.png\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19366;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"Cartoon-Forest-Background-xg-1536x822.png\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(86,29,'_wp_attached_file','2024/05/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg'),(87,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:75:\"2024/05/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\";s:8:\"filesize\";i:194536;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16673;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:146:\"Martial arts karate fighters, master and his disciples in white kimono and black belts hone their skills, fight training in action, workout in gym\";s:17:\"created_timestamp\";s:10:\"1513159026\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:39:\"Martial arts fighters hone their skills\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:5:\"sport\";i:1;s:6:\"karate\";i:2;s:8:\"training\";i:3;s:7:\"fighter\";i:4;s:7:\"martial\";i:5;s:4:\"belt\";i:6;s:3:\"man\";i:7;s:3:\"gym\";i:8;s:5:\"fight\";i:9;s:4:\"male\";i:10;s:6:\"strong\";i:11;s:8:\"exercise\";i:12;s:6:\"master\";i:13;s:8:\"practice\";i:14;s:7:\"defense\";i:15;s:6:\"kimono\";i:16;s:3:\"art\";i:17;s:5:\"black\";i:18;s:8:\"oriental\";i:19;s:6:\"people\";i:20;s:7:\"workout\";i:21;s:7:\"healthy\";i:22;s:4:\"judo\";i:23;s:5:\"power\";i:24;s:7:\"uniform\";i:25;s:6:\"person\";i:26;s:8:\"japanese\";i:27;s:6:\"combat\";i:28;s:5:\"white\";i:29;s:10:\"background\";i:30;s:9:\"taekwondo\";i:31;s:7:\"kung fu\";i:32;s:9:\"lifestyle\";i:33;s:7:\"concept\";i:34;s:7:\"trainer\";i:35;s:6:\"action\";i:36;s:8:\"karateka\";i:37;s:9:\"jiu jitsu\";i:38;s:12:\"professional\";i:39;s:11:\"martial art\";i:40;s:11:\"traditional\";i:41;s:4:\"kudo\";i:42;s:7:\"jujitsu\";i:43;s:11:\"tae kwon do\";i:44;s:6:\"aikido\";i:45;s:7:\"kung-fu\";i:46;s:12:\"self-defence\";i:47;s:9:\"jiu-jitsu\";i:48;s:10:\"black-belt\";}}}'),(88,29,'_elementor_source_image_hash','68ff193ca9d1c1632b1d197d04e2928a1953f354'),(89,28,'_elementor_source_image_hash','0557272049b245abd55d36d5e7a5d2295f0e9fcc'),(90,30,'_wp_attached_file','2024/05/stamina.png'),(91,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:673;s:6:\"height\";i:491;s:4:\"file\";s:19:\"2024/05/stamina.png\";s:8:\"filesize\";i:26495;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"stamina-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21446;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"stamina-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,31,'_wp_attached_file','2024/05/logo-dojo-white.png'),(93,30,'_elementor_source_image_hash','bd308e69c0d950096164c06b357bf650d5048653'),(94,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:577;s:6:\"height\";i:401;s:4:\"file\";s:27:\"2024/05/logo-dojo-white.png\";s:8:\"filesize\";i:24212;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"logo-dojo-white-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"logo-dojo-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6714;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,31,'_elementor_source_image_hash','4c3164e0dd30487df6d4e1c5f82c943c5bb733a4'),(96,32,'_elementor_edit_mode','builder'),(97,32,'_elementor_template_type','section'),(98,32,'_elementor_version','3.21.8'),(99,32,'_elementor_data','[{\"id\":\"63ca4e42\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c0baf76\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"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\":\"18ae9c8d\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c673f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b02c65c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/logo-dojo-white.png\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"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\"},{\"id\":\"564094c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4f22bd51\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f8d9936\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4305215b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"55423d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"46cb927b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"24c97ee5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\"}],\"isInner\":true},{\"id\":\"c55ab33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3aacbd3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3a8a6e11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"2308bd7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"664439fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"709f698e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\"}],\"isInner\":true},{\"id\":\"511a3fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3888d46e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"30edf114\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"44c7dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"4fab61bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\"}],\"isInner\":true},{\"id\":\"5cac76f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ad5d691\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"33436eb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"082-543-8768-22\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"doujo@support.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5ba53b15\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\",\"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\":\"38524bb\",\"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-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7de1ad87\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(100,33,'_elementor_edit_mode','builder'),(101,33,'_elementor_template_type','section'),(102,33,'_elementor_version','3.21.8'),(103,33,'_elementor_data','[{\"id\":\"63ca4e42\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c0baf76\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"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\":\"18ae9c8d\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c673f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b02c65c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/logo-dojo-white.png\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"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\"},{\"id\":\"564094c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4f22bd51\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f8d9936\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4305215b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"55423d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"46cb927b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"24c97ee5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\"}],\"isInner\":true},{\"id\":\"c55ab33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3aacbd3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3a8a6e11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"2308bd7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"664439fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"709f698e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\"}],\"isInner\":true},{\"id\":\"511a3fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3888d46e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"30edf114\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"44c7dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\":\"4fab61bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"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\"}],\"isInner\":true},{\"id\":\"5cac76f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ad5d691\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"33436eb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"082-543-8768-22\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"doujo@support.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5ba53b15\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\",\"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\":\"38524bb\",\"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-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7de1ad87\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(104,32,'_elementor_page_assets','a:0:{}'),(105,32,'_wp_page_template','elementor_canvas'),(106,32,'envato_tk_source_kit','11'),(107,32,'envato_tk_source_index','12'),(108,34,'_wp_attached_file','2024/05/strenght.png'),(109,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:532;s:6:\"height\";i:593;s:4:\"file\";s:20:\"2024/05/strenght.png\";s:8:\"filesize\";i:20110;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"strenght-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"strenght-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8266;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(110,34,'_elementor_source_image_hash','13a5e96f916fc3be5f6c760ef6cd64baf2966530'),(111,35,'_wp_attached_file','2024/05/self-defense.png'),(112,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:422;s:6:\"height\";i:520;s:4:\"file\";s:24:\"2024/05/self-defense.png\";s:8:\"filesize\";i:13283;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"self-defense-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"self-defense-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(113,35,'_elementor_source_image_hash','b6d071149be1bed47dd3a7ac653f682b6a27ff48'),(114,36,'_wp_attached_file','2024/05/logo-dojo.png'),(115,36,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:577;s:6:\"height\";i:401;s:4:\"file\";s:21:\"2024/05/logo-dojo.png\";s:8:\"filesize\";i:24168;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"logo-dojo-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12154;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"logo-dojo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6812;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(116,36,'_elementor_source_image_hash','868480442fe0fdec72191043d6786c7f20f5fce9'),(117,37,'_wp_attached_file','2024/05/cooler.png'),(118,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:417;s:6:\"height\";i:569;s:4:\"file\";s:18:\"2024/05/cooler.png\";s:8:\"filesize\";i:18056;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"cooler-220x300.png\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"cooler-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9037;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,37,'_elementor_source_image_hash','2cf29d833ee442a78bd10afbf119b6bf626640a0'),(120,38,'_elementor_edit_mode','builder'),(121,38,'_elementor_template_type','section'),(122,38,'_elementor_version','3.21.8'),(123,38,'_elementor_data','[{\"id\":\"77b907d6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"782a9c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.589999999999999857891452847979962825775146484375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61d49b7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/logo-dojo.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1a530c6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.409999999999996589394868351519107818603515625,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-end\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b21bf8b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu1\",\"navmenu_align\":\"right\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=779cdfc\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_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\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(124,39,'_elementor_edit_mode','builder'),(125,39,'_elementor_template_type','section'),(126,39,'_elementor_version','3.21.8'),(127,39,'_elementor_data','[{\"id\":\"77b907d6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"782a9c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.589999999999999857891452847979962825775146484375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61d49b7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/logo-dojo.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1a530c6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.409999999999996589394868351519107818603515625,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-end\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b21bf8b\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu1\",\"navmenu_align\":\"right\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=779cdfc\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_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\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(128,38,'_elementor_page_assets','a:0:{}'),(129,38,'_wp_page_template','elementor_canvas'),(130,38,'envato_tk_source_kit','11'),(131,38,'envato_tk_source_index','11'),(132,40,'_wp_attached_file','2024/05/john2.png'),(133,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:745;s:6:\"height\";i:766;s:4:\"file\";s:17:\"2024/05/john2.png\";s:8:\"filesize\";i:143317;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"john2-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105026;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"john2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31984;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','17292f0f5127c85aea8e1c9801e29dcac96ea410'),(135,41,'_wp_attached_file','2024/05/james.png'),(136,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:745;s:6:\"height\";i:766;s:4:\"file\";s:17:\"2024/05/james.png\";s:8:\"filesize\";i:121689;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"james-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84801;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"james-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(137,41,'_elementor_source_image_hash','190c448e69fe405f54564565205dbab30045daf0'),(138,42,'_elementor_edit_mode','builder'),(139,42,'_elementor_template_type','section'),(140,43,'_wp_attached_file','2024/05/ben-1.png'),(141,42,'_elementor_version','3.21.8'),(142,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:745;s:6:\"height\";i:766;s:4:\"file\";s:17:\"2024/05/ben-1.png\";s:8:\"filesize\";i:143382;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ben-1-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86143;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ben-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25526;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,42,'_elementor_data','[{\"id\":\"13e57f83\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f825589\",\"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\":\"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\":\"23e54f25\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Your Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":35,\"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\"},{\"id\":\"478b20d4\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_btn_align\":\"justify\",\"mf_hidden_input\":[],\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=55009b5\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=34da2f3\"},\"mf_btn_align_tablet\":\"justify\",\"mf_btn_align_mobile\":\"justify\",\"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\":false}],\"isInner\":false}]'),(144,44,'_elementor_edit_mode','builder'),(145,44,'_elementor_template_type','section'),(146,44,'_elementor_version','3.21.8'),(147,44,'_elementor_data','[{\"id\":\"13e57f83\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f825589\",\"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\":\"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\":\"23e54f25\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Your Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":35,\"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\"},{\"id\":\"478b20d4\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_btn_align\":\"justify\",\"mf_hidden_input\":[],\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=55009b5\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=34da2f3\"},\"mf_btn_align_tablet\":\"justify\",\"mf_btn_align_mobile\":\"justify\",\"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\":false}],\"isInner\":false}]'),(148,42,'_elementor_page_assets','a:0:{}'),(149,43,'_elementor_source_image_hash','f003df30ee1b78a8acbfaf24861d565603c8e632'),(150,42,'_wp_page_template','elementor_canvas'),(151,42,'envato_tk_source_kit','11'),(152,42,'envato_tk_source_index','13'),(153,45,'_elementor_edit_mode','builder'),(154,45,'_elementor_template_type','section'),(155,45,'_elementor_version','3.21.8'),(156,45,'_elementor_data','[{\"id\":\"64451bdf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"223a58ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":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\":\"b4b8d5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"2a686e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_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\":\"5a650209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_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\":\"2191bba2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_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\":\"text-editor\"},{\"id\":\"335a26ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\",\"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\"},{\"id\":\"64a64e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\",\"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},{\"id\":\"656222d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ccba007\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_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\":\"image\"},{\"id\":\"74ea2ae5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false}],\"isInner\":false},{\"id\":\"4ccd07d5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"3f0f41c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"dfe0634\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_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\":\"image\"},{\"id\":\"8352d18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":false},{\"id\":\"1f31e65f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"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\":\"67e3dc8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"6ba7cb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doujo-Ry\\u016b\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"6482edbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sh\\u014drikan\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"1baf97c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"text-editor\"},{\"id\":\"69a2d63f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"312d8a5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bacc6e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"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\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"10653409\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"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\":\"20ef5947\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"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\":\"226793\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"4ba731e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"331cdf2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"58f60dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_video_fallback\":{\"url\":\"\",\"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\":\"1986dea0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"787be1be\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"71132d80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"4829aa41\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false}],\"isInner\":false},{\"id\":\"440d093f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2845cb5d\",\"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\":\"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\":\"480a3832\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"3254a25b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_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\":\"5daa5c99\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"text-editor\"},{\"id\":\"46549185\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"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\":\"edf1e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"366e47e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"27b66c13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7d43a8a9\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7c8a80fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"3297abc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d4b8877\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7ccb8bae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"64de3a33\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2e0045cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"929f981\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"406603ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"77c30bce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3656147e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"9ac305b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"51068c82\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33607b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"704e3392\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"280d8bac\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"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\":\"heading\"},{\"id\":\"5a64051b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"3b587443\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"5d48952b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"4188cd50\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"1163bfa0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f721ae1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"788c7d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b0b47f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_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\":\"image\"}],\"isInner\":false},{\"id\":\"6ed74241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"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\":\"5776275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_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\":\"1fe2164f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"7f786067\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"text-editor\"},{\"id\":\"1099a5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"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\":\"46753316\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60178be1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"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-box\"}],\"isInner\":true},{\"id\":\"43fa767b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ae4875f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"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-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"59eeda65\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f3f115f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d43ef88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"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-box\"}],\"isInner\":true},{\"id\":\"4811bfe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d8ea49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"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\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19851df9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"62f2234e\",\"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\":\"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\":\"93b4d04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"7cf108dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_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\":\"157df93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d2c46dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53053543\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"782590c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"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\"},{\"id\":\"76bc0dd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"9acaa81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35ade7b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"45feeb02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2470f2b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"72736f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a50d393\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25e80679\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"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\":\"53057998\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"5140e742\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3becf8df\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"6185680c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true},{\"id\":\"4909dd86\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d58c526\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"1932b508\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f8bf463\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a6fa07b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28cfbb10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b607097\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4a0a49c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"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\"},{\"id\":\"5400dca0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"7b3955bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dbad0af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"79898cb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"788b2269\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"40b80ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72527a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"82992d\",\"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\":\"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\":\"7993f146\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"6626ec59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_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\":\"3dcb0f74\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\",\"ekit_blog_posts_meta_author_icons\":{\"value\":\"icon icon-user\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"icon icon-calendar3\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"icon icon-folder\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_comment_icons\":{\"value\":\"icon icon-comment\",\"library\":\"ekiticons\"},\"ekit_blog_posts_btn_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_blog_posts_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_slideshow_gallery\":[],\"ekit_blog_posts_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_normal_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_floating_date_bg_color_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_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\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a776ff9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"676d5357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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\":\"3e179997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_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\":\"505b9b48\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6dd0b0a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"109fd242\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"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\":\"7fe32440\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}]'),(157,46,'_elementor_edit_mode','builder'),(158,46,'_elementor_template_type','section'),(159,46,'_elementor_version','3.21.8'),(160,46,'_elementor_data','[{\"id\":\"64451bdf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"223a58ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":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\":\"b4b8d5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"2a686e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_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\":\"5a650209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_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\":\"2191bba2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_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\":\"text-editor\"},{\"id\":\"335a26ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\",\"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\"},{\"id\":\"64a64e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\",\"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},{\"id\":\"656222d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ccba007\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_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\":\"image\"},{\"id\":\"74ea2ae5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false}],\"isInner\":false},{\"id\":\"4ccd07d5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"3f0f41c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"dfe0634\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_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\":\"image\"},{\"id\":\"8352d18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":false},{\"id\":\"1f31e65f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"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\":\"67e3dc8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"6ba7cb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doujo-Ry\\u016b\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"6482edbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sh\\u014drikan\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"1baf97c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"text-editor\"},{\"id\":\"69a2d63f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"312d8a5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bacc6e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"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\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"10653409\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"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\":\"20ef5947\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"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\":\"226793\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"4ba731e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"331cdf2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"58f60dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_video_fallback\":{\"url\":\"\",\"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\":\"1986dea0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"787be1be\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"71132d80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"4829aa41\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false}],\"isInner\":false},{\"id\":\"440d093f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2845cb5d\",\"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\":\"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\":\"480a3832\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"3254a25b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_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\":\"5daa5c99\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"text-editor\"},{\"id\":\"46549185\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"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\":\"edf1e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"366e47e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"27b66c13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7d43a8a9\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7c8a80fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"3297abc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d4b8877\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7ccb8bae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"64de3a33\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2e0045cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"929f981\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"406603ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"77c30bce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3656147e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"9ac305b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"51068c82\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33607b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"704e3392\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"280d8bac\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"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\":\"heading\"},{\"id\":\"5a64051b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"3b587443\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"5d48952b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"4188cd50\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"1163bfa0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f721ae1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"788c7d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b0b47f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_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\":\"image\"}],\"isInner\":false},{\"id\":\"6ed74241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"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\":\"5776275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_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\":\"1fe2164f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"7f786067\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"text-editor\"},{\"id\":\"1099a5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"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\":\"46753316\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60178be1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"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-box\"}],\"isInner\":true},{\"id\":\"43fa767b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ae4875f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"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-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"59eeda65\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f3f115f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d43ef88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"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-box\"}],\"isInner\":true},{\"id\":\"4811bfe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d8ea49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"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\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19851df9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"62f2234e\",\"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\":\"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\":\"93b4d04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"7cf108dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_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\":\"157df93c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d2c46dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53053543\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"782590c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"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\"},{\"id\":\"76bc0dd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"9acaa81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35ade7b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"45feeb02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2470f2b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"72736f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a50d393\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25e80679\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"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\":\"53057998\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"5140e742\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3becf8df\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"6185680c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true},{\"id\":\"4909dd86\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d58c526\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"1932b508\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f8bf463\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a6fa07b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28cfbb10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b607097\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4a0a49c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"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\"},{\"id\":\"5400dca0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"7b3955bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dbad0af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"79898cb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"788b2269\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"40b80ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72527a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"82992d\",\"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\":\"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\":\"7993f146\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"6626ec59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_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\":\"3dcb0f74\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\",\"ekit_blog_posts_meta_author_icons\":{\"value\":\"icon icon-user\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"icon icon-calendar3\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"icon icon-folder\",\"library\":\"ekiticons\"},\"ekit_blog_posts_meta_comment_icons\":{\"value\":\"icon icon-comment\",\"library\":\"ekiticons\"},\"ekit_blog_posts_btn_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_blog_posts_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_slideshow_gallery\":[],\"ekit_blog_posts_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_normal_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_floating_date_bg_color_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_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\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a776ff9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"676d5357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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\":\"3e179997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_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\":\"505b9b48\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6dd0b0a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"109fd242\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"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\":\"7fe32440\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}]'),(161,45,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(162,45,'_wp_page_template','elementor_header_footer'),(163,45,'envato_tk_source_kit','11'),(164,45,'envato_tk_source_index','1'),(165,47,'_elementor_edit_mode','builder'),(166,47,'_elementor_template_type','section'),(167,47,'_elementor_version','3.21.8'),(168,47,'_elementor_data','[{\"id\":\"6dfc175e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b5f3b96\",\"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\":\"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\":\"692f1ad0\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"First Name (Listing)\",\"mf_input_placeholder\":\"Name\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_placeholder_color\":\"globals\\/colors?id=76544c2\",\"mf_input_background_color\":\"globals\\/colors?id=eb507f3\",\"mf_input_border_color\":\"globals\\/colors?id=76544c2\"},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"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-listing-fname\"},{\"id\":\"7c8f14a8\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_placeholder_color\":\"globals\\/colors?id=76544c2\",\"mf_input_background_color\":\"globals\\/colors?id=eb507f3\",\"mf_input_border_color\":\"globals\\/colors?id=76544c2\"},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"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\"},{\"id\":\"5138b58a\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Subject\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_placeholder_color\":\"globals\\/colors?id=76544c2\",\"mf_input_background_color\":\"globals\\/colors?id=eb507f3\",\"mf_input_border_color\":\"globals\\/colors?id=76544c2\"},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"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\"},{\"id\":\"3efd0306\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Your Message\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_placeholder_color\":\"globals\\/colors?id=76544c2\",\"mf_input_background_color\":\"globals\\/colors?id=eb507f3\",\"mf_input_border_color\":\"globals\\/colors?id=76544c2\"},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"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\":\"3b2faae8\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send Now\",\"mf_btn_align\":\"justify\",\"mf_btn_align_tablet\":\"justify\",\"mf_btn_align_mobile\":\"justify\",\"mf_hidden_input\":[],\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=55009b5\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=34da2f3\"},\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"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\":false}],\"isInner\":false}]'),(169,48,'_elementor_edit_mode','builder'),(170,48,'_elementor_template_type','section'),(171,48,'_elementor_version','3.21.8'),(172,48,'_elementor_data','[{\"id\":\"6dfc175e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b5f3b96\",\"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\":\"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\":\"692f1ad0\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"First Name (Listing)\",\"mf_input_placeholder\":\"Name\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_placeholder_color\":\"globals\\/colors?id=76544c2\",\"mf_input_background_color\":\"globals\\/colors?id=eb507f3\",\"mf_input_border_color\":\"globals\\/colors?id=76544c2\"},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"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-listing-fname\"},{\"id\":\"7c8f14a8\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_placeholder_color\":\"globals\\/colors?id=76544c2\",\"mf_input_background_color\":\"globals\\/colors?id=eb507f3\",\"mf_input_border_color\":\"globals\\/colors?id=76544c2\"},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"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\"},{\"id\":\"5138b58a\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Subject\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_placeholder_color\":\"globals\\/colors?id=76544c2\",\"mf_input_background_color\":\"globals\\/colors?id=eb507f3\",\"mf_input_border_color\":\"globals\\/colors?id=76544c2\"},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"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\"},{\"id\":\"3efd0306\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Your Message\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_placeholder_color\":\"globals\\/colors?id=76544c2\",\"mf_input_background_color\":\"globals\\/colors?id=eb507f3\",\"mf_input_border_color\":\"globals\\/colors?id=76544c2\"},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"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\":\"3b2faae8\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send Now\",\"mf_btn_align\":\"justify\",\"mf_btn_align_tablet\":\"justify\",\"mf_btn_align_mobile\":\"justify\",\"mf_hidden_input\":[],\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=55009b5\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=34da2f3\"},\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"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\":false}],\"isInner\":false}]'),(173,47,'_elementor_page_assets','a:0:{}'),(174,47,'_wp_page_template','elementor_canvas'),(175,47,'envato_tk_source_kit','11'),(176,47,'envato_tk_source_index','14'),(177,49,'_elementor_edit_mode','builder'),(178,49,'_elementor_template_type','page'),(179,49,'_elementor_version','3.21.8'),(180,49,'_elementor_data','[{\"id\":\"75ea85b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"6ed60f53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5814eb2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"29b351ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20a4d6bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"40faf22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"32c4bfee\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"694d240b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"377cefef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1732266\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"698ebe26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"551129ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4a406277\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"74dd880f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2ab799b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"166b553f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fccbde5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"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},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48cc0245\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e63ead1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align_mobile\":\"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\":\"3c444326\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"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\":\"text-editor\"},{\"id\":\"4a6c7373\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\"},{\"id\":\"59f0a5b3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\"},{\"id\":\"18804724\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false},{\"id\":\"81c319e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"75\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"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\":\"6df658af\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"787***1661740563436\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5bae1eb1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20e2b0f9\",\"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\":\"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\":\"52831db8\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":380,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"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}]'),(181,50,'_elementor_edit_mode','builder'),(182,50,'_elementor_template_type','page'),(183,50,'_elementor_version','3.21.8'),(184,50,'_elementor_data','[{\"id\":\"75ea85b9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"6ed60f53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5814eb2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"29b351ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20a4d6bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"40faf22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"32c4bfee\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"694d240b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"377cefef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1732266\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"698ebe26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"551129ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4a406277\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"74dd880f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2ab799b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"166b553f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fccbde5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"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},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48cc0245\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e63ead1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align_mobile\":\"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\":\"3c444326\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"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\":\"text-editor\"},{\"id\":\"4a6c7373\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\"},{\"id\":\"59f0a5b3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\"},{\"id\":\"18804724\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false},{\"id\":\"81c319e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"75\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"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\":\"6df658af\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"787***1661740563436\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5bae1eb1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20e2b0f9\",\"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\":\"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\":\"52831db8\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":380,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"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}]'),(185,49,'_elementor_page_assets','a:0:{}'),(186,49,'_wp_page_template','elementor_header_footer'),(187,49,'envato_tk_source_kit','11'),(188,49,'envato_tk_source_index','5'),(189,51,'_wp_attached_file','2024/05/martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy.jpg'),(190,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:89:\"2024/05/martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy.jpg\";s:8:\"filesize\";i:183092;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:89:\"martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12576;}s:5:\"large\";a:5:{s:4:\"file\";s:90:\"martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105029;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:89:\"martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6079;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:89:\"martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:76:\"Martial arts, white kimono and black belt closeup, nobody. Fighters insignia\";s:17:\"created_timestamp\";s:10:\"1513160659\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:49:\"Martial arts, white kimono and black belt closeup\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:44:{i:0;s:7:\"martial\";i:1;s:3:\"art\";i:2;s:4:\"belt\";i:3;s:5:\"sport\";i:4;s:6:\"karate\";i:5;s:8:\"training\";i:6;s:7:\"fighter\";i:7;s:3:\"gym\";i:8;s:5:\"fight\";i:9;s:8:\"exercise\";i:10;s:6:\"master\";i:11;s:7:\"defense\";i:12;s:6:\"kimono\";i:13;s:5:\"black\";i:14;s:5:\"white\";i:15;s:8:\"oriental\";i:16;s:6:\"nobody\";i:17;s:2:\"no\";i:18;s:6:\"people\";i:19;s:7:\"healthy\";i:20;s:4:\"judo\";i:21;s:5:\"power\";i:22;s:7:\"uniform\";i:23;s:8:\"japanese\";i:24;s:6:\"combat\";i:25;s:10:\"background\";i:26;s:9:\"taekwondo\";i:27;s:7:\"closeup\";i:28;s:7:\"kung fu\";i:29;s:9:\"lifestyle\";i:30;s:7:\"concept\";i:31;s:8:\"karateka\";i:32;s:9:\"jiu jitsu\";i:33;s:12:\"professional\";i:34;s:11:\"martial art\";i:35;s:11:\"traditional\";i:36;s:4:\"kudo\";i:37;s:7:\"jujitsu\";i:38;s:11:\"tae kwon do\";i:39;s:6:\"aikido\";i:40;s:7:\"kung-fu\";i:41;s:12:\"self-defence\";i:42;s:9:\"jiu-jitsu\";i:43;s:10:\"black-belt\";}}}'),(191,51,'_elementor_source_image_hash','063dcdff79790e5c25cf1e7f3b12507d74a6ea86'),(192,52,'_elementor_edit_mode','builder'),(193,52,'_elementor_template_type','page'),(194,52,'_elementor_version','3.21.8'),(195,52,'_elementor_data','[{\"id\":\"736ac145\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"52bafc6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d1eb41b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"28fc71bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"209e380e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"58ca652c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"52a48e37\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"324df311\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single-Program\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"1d74ccab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d82bc99\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"530cbdb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bdcfe29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"49528964\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"50a72978\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7c387cf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c215e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"448cf1dc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"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\":\"142874e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_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\":\"408cbd3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false},{\"id\":\"fb0ca49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"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\":\"22c41e83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"align_mobile\":\"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\":\"48ef5923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience comes with practice\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"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\":\"heading\"},{\"id\":\"7fe78380\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus eu ante cursus, tempor massa vel, mollis nisl. <\\/p>\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"6e6bd4e5\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Experience\",\"ekit_progressbar_percentage\":87,\"ekit_progressbar_track_color_background\":\"classic\",\"__globals__\":{\"ekit_progressbar_percent_color\":\"\",\"ekit_progressbar_track_color_color\":\"globals\\/colors?id=55009b5\",\"ekit_progressbar_title_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_progressbar_icons\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"ekit_progressbar_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_slideshow_gallery\":[],\"ekit_progressbar_track_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_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\":\"elementskit-progressbar\"},{\"id\":\"732bb674\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Equipment Quality\",\"ekit_progressbar_percentage\":78,\"ekit_progressbar_track_color_background\":\"classic\",\"__globals__\":{\"ekit_progressbar_percent_color\":\"\",\"ekit_progressbar_track_color_color\":\"globals\\/colors?id=55009b5\",\"ekit_progressbar_title_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_progressbar_icons\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"ekit_progressbar_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_slideshow_gallery\":[],\"ekit_progressbar_track_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_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\":\"elementskit-progressbar\"},{\"id\":\"1a71cd72\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Trainer Skill\",\"ekit_progressbar_percentage\":92,\"ekit_progressbar_track_color_background\":\"classic\",\"__globals__\":{\"ekit_progressbar_percent_color\":\"\",\"ekit_progressbar_track_color_color\":\"globals\\/colors?id=55009b5\",\"ekit_progressbar_title_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_progressbar_icons\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"ekit_progressbar_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_slideshow_gallery\":[],\"ekit_progressbar_track_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_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\":\"elementskit-progressbar\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cc9cb22\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1eb167f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"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\":\"12d78150\",\"elType\":\"widget\",\"settings\":{\"title\":\"Class Schedule\",\"align_mobile\":\"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\":\"3552b157\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"587159f5\",\"elType\":\"section\",\"settings\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4afc5ba\",\"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\":\"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\":\"749e5571\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mon - Wed : 18.00 - 20.00\",\"selected_icon\":{\"value\":\"jki jki-calendar-page-empty-light\",\"library\":\"jkiticon\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=34da2f3\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"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\"},{\"id\":\"129fc5ca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"213cb899\",\"elType\":\"section\",\"settings\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cda42ce\",\"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\":\"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\":\"4fa50a16\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Thur - Sat : 19.00 - 21.00\",\"selected_icon\":{\"value\":\"jki jki-calendar-page-empty-light\",\"library\":\"jkiticon\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=34da2f3\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"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\"},{\"id\":\"16fc6cbf\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2386e129\",\"elType\":\"section\",\"settings\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cafbe12\",\"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\":\"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\":\"3859c7f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Advancement Exam : Saturday at 20.00\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-up\",\"library\":\"fa-solid\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=34da2f3\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"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\"},{\"id\":\"71bde938\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"339a8f67\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_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\":\"483772a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false}],\"isInner\":false},{\"id\":\"46873f76\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bdfd500\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"40efcc7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2e23f7c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"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\":\"heading\"},{\"id\":\"7a3d0605\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"c217f7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"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\":\"16b13773\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"18570611\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"61e31af9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(196,53,'_elementor_edit_mode','builder'),(197,53,'_elementor_template_type','page'),(198,53,'_elementor_version','3.21.8'),(199,53,'_elementor_data','[{\"id\":\"736ac145\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"52bafc6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d1eb41b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"28fc71bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"209e380e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"58ca652c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"52a48e37\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"324df311\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single-Program\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"1d74ccab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d82bc99\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"530cbdb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bdcfe29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"49528964\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"50a72978\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7c387cf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c215e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"448cf1dc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"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\":\"142874e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_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\":\"408cbd3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false},{\"id\":\"fb0ca49\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"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\":\"22c41e83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"align_mobile\":\"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\":\"48ef5923\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience comes with practice\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"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\":\"heading\"},{\"id\":\"7fe78380\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus eu ante cursus, tempor massa vel, mollis nisl. <\\/p>\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"6e6bd4e5\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Experience\",\"ekit_progressbar_percentage\":87,\"ekit_progressbar_track_color_background\":\"classic\",\"__globals__\":{\"ekit_progressbar_percent_color\":\"\",\"ekit_progressbar_track_color_color\":\"globals\\/colors?id=55009b5\",\"ekit_progressbar_title_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_progressbar_icons\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"ekit_progressbar_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_slideshow_gallery\":[],\"ekit_progressbar_track_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_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\":\"elementskit-progressbar\"},{\"id\":\"732bb674\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Equipment Quality\",\"ekit_progressbar_percentage\":78,\"ekit_progressbar_track_color_background\":\"classic\",\"__globals__\":{\"ekit_progressbar_percent_color\":\"\",\"ekit_progressbar_track_color_color\":\"globals\\/colors?id=55009b5\",\"ekit_progressbar_title_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_progressbar_icons\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"ekit_progressbar_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_slideshow_gallery\":[],\"ekit_progressbar_track_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_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\":\"elementskit-progressbar\"},{\"id\":\"1a71cd72\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Trainer Skill\",\"ekit_progressbar_percentage\":92,\"ekit_progressbar_track_color_background\":\"classic\",\"__globals__\":{\"ekit_progressbar_percent_color\":\"\",\"ekit_progressbar_track_color_color\":\"globals\\/colors?id=55009b5\",\"ekit_progressbar_title_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_progressbar_icons\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"ekit_progressbar_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_background_slideshow_gallery\":[],\"ekit_progressbar_track_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_progressbar_track_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\":\"elementskit-progressbar\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cc9cb22\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1eb167f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"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\":\"12d78150\",\"elType\":\"widget\",\"settings\":{\"title\":\"Class Schedule\",\"align_mobile\":\"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\":\"3552b157\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"587159f5\",\"elType\":\"section\",\"settings\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4afc5ba\",\"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\":\"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\":\"749e5571\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mon - Wed : 18.00 - 20.00\",\"selected_icon\":{\"value\":\"jki jki-calendar-page-empty-light\",\"library\":\"jkiticon\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=34da2f3\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"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\"},{\"id\":\"129fc5ca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"213cb899\",\"elType\":\"section\",\"settings\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cda42ce\",\"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\":\"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\":\"4fa50a16\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Thur - Sat : 19.00 - 21.00\",\"selected_icon\":{\"value\":\"jki jki-calendar-page-empty-light\",\"library\":\"jkiticon\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=34da2f3\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"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\"},{\"id\":\"16fc6cbf\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2386e129\",\"elType\":\"section\",\"settings\":{\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cafbe12\",\"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\":\"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\":\"3859c7f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Advancement Exam : Saturday at 20.00\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-up\",\"library\":\"fa-solid\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=34da2f3\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"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\"},{\"id\":\"71bde938\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":375,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"339a8f67\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_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\":\"483772a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false}],\"isInner\":false},{\"id\":\"46873f76\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bdfd500\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"40efcc7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2e23f7c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"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\":\"heading\"},{\"id\":\"7a3d0605\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"c217f7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"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\":\"16b13773\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"18570611\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"61e31af9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(200,52,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(201,52,'_wp_page_template','elementor_header_footer'),(202,52,'envato_tk_source_kit','11'),(203,52,'envato_tk_source_index','4'),(204,54,'_elementor_edit_mode','builder'),(205,54,'_elementor_template_type','page'),(206,54,'_elementor_version','3.21.8'),(207,54,'_elementor_data','[{\"id\":\"adf5b2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"47189a0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ba56ebd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"273308be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"678b4c7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"236d69ea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"27a4b9eb\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"1ab08c93\",\"elType\":\"widget\",\"settings\":{\"text\":\"Faq\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"38bb4118\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"361e1de2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47a04ec8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"279bbcc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7aaa0ed7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3532914a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3ee6a12b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"593cd434\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23f3ae95\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"430801ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_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\":\"79bdc1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Question\",\"align_mobile\":\"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\":\"1292a34e\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"13976eb\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Change my Photo from Admin Dashboard?\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"a23e435\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"},{\"acc_title\":\"How to Change my Password easily?\",\"_id\":\"d4a4e87\",\"ekit_acc_is_active\":\"no\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"},{\"acc_title\":\"How to Change my Subscription Plan using PayPal\",\"_id\":\"6024676\",\"ekit_acc_is_active\":\"no\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"}],\"ekit_accordion_right_icons\":{\"value\":\"far fa-caret-square-down\",\"library\":\"fa-regular\"},\"ekit_accordion_right_icon_actives\":{\"value\":\"far fa-caret-square-up\",\"library\":\"fa-regular\"},\"ekit_accordion_title_typography_typography\":\"custom\",\"ekit_accordion_title_typography_font_family\":\"Noto Sans JP\",\"ekit_accordion_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_title_typography_font_weight\":\"500\",\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#F7260314\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#F4F4F4\",\"ekit_accordion_content_typography_font_family\":\"Roboto\",\"ekit_accordion_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_accordion_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_content_typography_font_weight\":\"400\",\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_background_color\":\"globals\\/colors?id=4c2f855\",\"ekit_accordion_title_color_close\":\"\",\"ekit_accordion_background_close_color\":\"globals\\/colors?id=a660f96\",\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_accordion_content_typography_typography\":\"\",\"ekit_accordion_icon_color_close\":\"globals\\/colors?id=730a667\",\"ekit_accordion_icon_color\":\"globals\\/colors?id=34da2f3\"},\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false},{\"id\":\"37d3eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"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\":\"4059ef4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Question\",\"align_mobile\":\"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\":\"5e558f34\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"8eac3f\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Change my Photo from Admin Dashboard?\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"a23e435\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"},{\"acc_title\":\"How to Change my Password easily?\",\"_id\":\"d4a4e87\",\"ekit_acc_is_active\":\"no\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"},{\"acc_title\":\"How to Change my Subscription Plan using PayPal\",\"_id\":\"6024676\",\"ekit_acc_is_active\":\"no\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"}],\"ekit_accordion_right_icons\":{\"value\":\"far fa-caret-square-down\",\"library\":\"fa-regular\"},\"ekit_accordion_right_icon_actives\":{\"value\":\"far fa-caret-square-up\",\"library\":\"fa-regular\"},\"ekit_accordion_title_typography_typography\":\"custom\",\"ekit_accordion_title_typography_font_family\":\"Noto Sans JP\",\"ekit_accordion_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_title_typography_font_weight\":\"500\",\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#F7260314\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#F4F4F4\",\"ekit_accordion_content_typography_font_family\":\"Roboto\",\"ekit_accordion_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_accordion_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_content_typography_font_weight\":\"400\",\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_background_color\":\"globals\\/colors?id=4c2f855\",\"ekit_accordion_title_color_close\":\"\",\"ekit_accordion_background_close_color\":\"globals\\/colors?id=a660f96\",\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_accordion_content_typography_typography\":\"\",\"ekit_accordion_icon_color_close\":\"globals\\/colors?id=730a667\",\"ekit_accordion_icon_color\":\"globals\\/colors?id=34da2f3\"},\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cfe8404\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"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\":\"21bb1e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"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\":\"12e33e90\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"79206ce0\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"1a78ff89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62ee1060\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_video_fallback\":{\"url\":\"\",\"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\":\"6235b06f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"20adadb6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"6eeb44a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"41054c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false}],\"isInner\":false}]'),(208,55,'_elementor_edit_mode','builder'),(209,55,'_elementor_template_type','page'),(210,55,'_elementor_version','3.21.8'),(211,55,'_elementor_data','[{\"id\":\"adf5b2d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"47189a0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ba56ebd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"273308be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"678b4c7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"236d69ea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"27a4b9eb\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"1ab08c93\",\"elType\":\"widget\",\"settings\":{\"text\":\"Faq\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"38bb4118\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"361e1de2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47a04ec8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"279bbcc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7aaa0ed7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3532914a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3ee6a12b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"593cd434\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23f3ae95\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"430801ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_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\":\"79bdc1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Question\",\"align_mobile\":\"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\":\"1292a34e\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"13976eb\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Change my Photo from Admin Dashboard?\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"a23e435\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"},{\"acc_title\":\"How to Change my Password easily?\",\"_id\":\"d4a4e87\",\"ekit_acc_is_active\":\"no\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"},{\"acc_title\":\"How to Change my Subscription Plan using PayPal\",\"_id\":\"6024676\",\"ekit_acc_is_active\":\"no\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"}],\"ekit_accordion_right_icons\":{\"value\":\"far fa-caret-square-down\",\"library\":\"fa-regular\"},\"ekit_accordion_right_icon_actives\":{\"value\":\"far fa-caret-square-up\",\"library\":\"fa-regular\"},\"ekit_accordion_title_typography_typography\":\"custom\",\"ekit_accordion_title_typography_font_family\":\"Noto Sans JP\",\"ekit_accordion_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_title_typography_font_weight\":\"500\",\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#F7260314\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#F4F4F4\",\"ekit_accordion_content_typography_font_family\":\"Roboto\",\"ekit_accordion_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_accordion_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_content_typography_font_weight\":\"400\",\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_background_color\":\"globals\\/colors?id=4c2f855\",\"ekit_accordion_title_color_close\":\"\",\"ekit_accordion_background_close_color\":\"globals\\/colors?id=a660f96\",\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_accordion_content_typography_typography\":\"\",\"ekit_accordion_icon_color_close\":\"globals\\/colors?id=730a667\",\"ekit_accordion_icon_color\":\"globals\\/colors?id=34da2f3\"},\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false},{\"id\":\"37d3eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"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\":\"4059ef4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Question\",\"align_mobile\":\"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\":\"5e558f34\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"8eac3f\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Change my Photo from Admin Dashboard?\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"a23e435\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"},{\"acc_title\":\"How to Change my Password easily?\",\"_id\":\"d4a4e87\",\"ekit_acc_is_active\":\"no\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"},{\"acc_title\":\"How to Change my Subscription Plan using PayPal\",\"_id\":\"6024676\",\"ekit_acc_is_active\":\"no\",\"acc_content\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast\"}],\"ekit_accordion_right_icons\":{\"value\":\"far fa-caret-square-down\",\"library\":\"fa-regular\"},\"ekit_accordion_right_icon_actives\":{\"value\":\"far fa-caret-square-up\",\"library\":\"fa-regular\"},\"ekit_accordion_title_typography_typography\":\"custom\",\"ekit_accordion_title_typography_font_family\":\"Noto Sans JP\",\"ekit_accordion_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_title_typography_font_weight\":\"500\",\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#F7260314\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#F4F4F4\",\"ekit_accordion_content_typography_font_family\":\"Roboto\",\"ekit_accordion_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_accordion_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_accordion_content_typography_font_weight\":\"400\",\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_background_color\":\"globals\\/colors?id=4c2f855\",\"ekit_accordion_title_color_close\":\"\",\"ekit_accordion_background_close_color\":\"globals\\/colors?id=a660f96\",\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_accordion_content_typography_typography\":\"\",\"ekit_accordion_icon_color_close\":\"globals\\/colors?id=730a667\",\"ekit_accordion_icon_color\":\"globals\\/colors?id=34da2f3\"},\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cfe8404\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"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\":\"21bb1e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"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\":\"12e33e90\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"79206ce0\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"1a78ff89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62ee1060\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_video_fallback\":{\"url\":\"\",\"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\":\"6235b06f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"20adadb6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"6eeb44a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_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\":\"icon-box\"},{\"id\":\"41054c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":false}],\"isInner\":false}]'),(212,54,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(213,54,'_wp_page_template','elementor_header_footer'),(214,54,'envato_tk_source_kit','11'),(215,54,'envato_tk_source_index','8'),(216,56,'_wp_attached_file','2024/05/karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4.jpg'),(217,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:88:\"2024/05/karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4.jpg\";s:8:\"filesize\";i:102944;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:88:\"karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:88:\"karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6483;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(218,56,'_elementor_source_image_hash','08c734ae4fa6a6e1475ee28c090c7b5260e814ee'),(219,57,'_elementor_edit_mode','builder'),(220,57,'_elementor_template_type','page'),(221,57,'_elementor_version','3.21.8'),(222,57,'_elementor_data','[{\"id\":\"72628a6f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\",\"background_color_b\":\"globals\\/colors?id=a660f96\"},\"structure\":\"20\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17aa46e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"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\":\"7d4a1ae1\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"align\":\"center\",\"text_stroke_ha-text-stroke\":\"custom\",\"text_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=adcb678\",\"text_stroke_color\":\"globals\\/colors?id=45bcc5b\",\"title_color\":\"globals\\/colors?id=9fee319\"},\"title_color\":\"#3A3A3A\",\"text_stroke_color\":\"#484848\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4522d437\",\"elType\":\"widget\",\"settings\":{\"title\":\"Something is wrong\",\"align\":\"center\",\"_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\":\"heading\"},{\"id\":\"41b6bf77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

The page you are looking for might have been removed had its name changed or is temporarily unavailable<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"579a9c14\",\"elType\":\"widget\",\"settings\":{\"text\":\"Go Back\",\"align\":\"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\":false},{\"id\":\"342a17d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b72d00f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"align_tablet\":\"center\",\"align_mobile\":\"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\":\"image\"},{\"id\":\"7d064e36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-78\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"center\",\"align_mobile\":\"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\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(223,58,'_elementor_edit_mode','builder'),(224,58,'_elementor_template_type','page'),(225,58,'_elementor_version','3.21.8'),(226,58,'_elementor_data','[{\"id\":\"72628a6f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\",\"background_color_b\":\"globals\\/colors?id=a660f96\"},\"structure\":\"20\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17aa46e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"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\":\"7d4a1ae1\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"align\":\"center\",\"text_stroke_ha-text-stroke\":\"custom\",\"text_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=adcb678\",\"text_stroke_color\":\"globals\\/colors?id=45bcc5b\",\"title_color\":\"globals\\/colors?id=9fee319\"},\"title_color\":\"#3A3A3A\",\"text_stroke_color\":\"#484848\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4522d437\",\"elType\":\"widget\",\"settings\":{\"title\":\"Something is wrong\",\"align\":\"center\",\"_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\":\"heading\"},{\"id\":\"41b6bf77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

The page you are looking for might have been removed had its name changed or is temporarily unavailable<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"579a9c14\",\"elType\":\"widget\",\"settings\":{\"text\":\"Go Back\",\"align\":\"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\":false},{\"id\":\"342a17d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b72d00f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"align_tablet\":\"center\",\"align_mobile\":\"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\":\"image\"},{\"id\":\"7d064e36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-78\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"center\",\"align_mobile\":\"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\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(227,57,'_elementor_page_assets','a:0:{}'),(228,57,'_wp_page_template','elementor_header_footer'),(229,57,'envato_tk_source_kit','11'),(230,57,'envato_tk_source_index','10'),(231,59,'_wp_attached_file','2024/05/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4.jpg'),(232,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:78:\"2024/05/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4.jpg\";s:8:\"filesize\";i:147239;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14455;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(233,59,'_elementor_source_image_hash','8ce0cd76062129733c987fd03cb3af95ef4f1937'),(234,60,'_wp_attached_file','2024/05/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4.jpg'),(235,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:89:\"2024/05/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4.jpg\";s:8:\"filesize\";i:102354;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:89:\"young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:89:\"young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5353;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(236,60,'_elementor_source_image_hash','4e068e5b42d9bd9f467cb9013e0f2c3d7888d519'),(237,61,'_wp_attached_file','2024/05/senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc.jpg'),(238,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:84:\"2024/05/senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc.jpg\";s:8:\"filesize\";i:114065;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:84:\"senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(239,61,'_elementor_source_image_hash','64d53ebf836c64e28342012c151b60fb723171e7'),(240,62,'_elementor_edit_mode','builder'),(241,62,'_elementor_template_type','page'),(242,62,'_elementor_version','3.21.8'); INSERT INTO `carolpickett2_postmeta` VALUES (243,62,'_elementor_data','[{\"id\":\"4475ec8f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"607fcf3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75ebf3b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"11b4635c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37c34c70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Programs\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"4cd3ef58\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"1369ac32\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"767fde23\",\"elType\":\"widget\",\"settings\":{\"text\":\"Program\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"3f708f81\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"248907ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5433a04a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22b9759e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7e5e8298\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3048ad2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"475c9cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71d00a97\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50b5409e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"28ecdbf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"207206d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"c237cb1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_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\":\"image\"}],\"isInner\":false},{\"id\":\"5449226c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"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\":\"3e429d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"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\":\"36a97e68\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doujo-Ry\\u016b\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"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\":\"265dfc01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sh\\u014drikan\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3f1faf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"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\":\"text-editor\"},{\"id\":\"63170da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"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\":false},{\"id\":\"1d2ab867\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22cf3c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"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\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"685d8aee\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71c2d103\",\"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\":\"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\":\"3b15c98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"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\":\"48c76e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"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\":\"33759762\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"12ba262c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"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\":\"39dce45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"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\":\"12226db3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7eb0e19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4349bb69\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5e573de3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"1819fa08\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"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\":\"4309ca43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3481bff8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"79837f24\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2879cea3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"13c10abd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"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\":\"36448131\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"53bea436\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5ab02778\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5269ea7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"43e248c7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"517018a1\",\"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\":\"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\":\"5303fb48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"f4d75b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_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\":\"12599390\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66425430\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1785baea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"1a6dfbdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"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\"},{\"id\":\"32ea6ce0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"2b348a12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fda9f93\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"38ae06c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"388921ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"3b583159\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4419fce4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"237bc989\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"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\":\"17938a54\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"276eb061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"58f1b19c\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"755a3888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true},{\"id\":\"4e3cf18f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3648353c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"206ceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"117a92ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbd282e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5aaa2150\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40d636de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5ecafba8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"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\"},{\"id\":\"d719c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"3fa80dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a5cd697\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"1de0d8a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2318907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"6f954aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35b230d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69653742\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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\":\"b5bea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"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\":\"4fa3deac\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38a6a258\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6874b0c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"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\":\"1e9c2181\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}]'),(244,63,'_elementor_edit_mode','builder'),(245,63,'_elementor_template_type','page'),(246,63,'_elementor_version','3.21.8'),(247,63,'_elementor_data','[{\"id\":\"4475ec8f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"607fcf3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75ebf3b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"11b4635c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37c34c70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Programs\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"4cd3ef58\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"1369ac32\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"767fde23\",\"elType\":\"widget\",\"settings\":{\"text\":\"Program\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"3f708f81\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"248907ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5433a04a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22b9759e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7e5e8298\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3048ad2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"475c9cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71d00a97\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50b5409e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"28ecdbf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"207206d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"c237cb1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_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\":\"image\"}],\"isInner\":false},{\"id\":\"5449226c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"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\":\"3e429d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"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\":\"36a97e68\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doujo-Ry\\u016b\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"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\":\"265dfc01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sh\\u014drikan\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3f1faf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"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\":\"text-editor\"},{\"id\":\"63170da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"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\":false},{\"id\":\"1d2ab867\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22cf3c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"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\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"685d8aee\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71c2d103\",\"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\":\"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\":\"3b15c98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"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\":\"48c76e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"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\":\"33759762\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\":\"12ba262c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"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\":\"39dce45a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"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\":\"12226db3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7eb0e19e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"4349bb69\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5e573de3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"1819fa08\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"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\":\"4309ca43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3481bff8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"79837f24\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2879cea3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"13c10abd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"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\":\"36448131\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"53bea436\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5ab02778\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5269ea7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"},\"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\":\"43e248c7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"517018a1\",\"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\":\"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\":\"5303fb48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"f4d75b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_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\":\"12599390\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66425430\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1785baea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"1a6dfbdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"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\"},{\"id\":\"32ea6ce0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"2b348a12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fda9f93\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"38ae06c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"388921ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"3b583159\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4419fce4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"237bc989\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"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\":\"17938a54\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"276eb061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"58f1b19c\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"755a3888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true},{\"id\":\"4e3cf18f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3648353c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"206ceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"117a92ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbd282e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5aaa2150\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40d636de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5ecafba8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"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\"},{\"id\":\"d719c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"3fa80dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a5cd697\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"1de0d8a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2318907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"6f954aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35b230d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69653742\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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\":\"b5bea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"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\":\"4fa3deac\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"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\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38a6a258\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"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_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6874b0c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"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\":\"1e9c2181\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}]'),(248,62,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(249,62,'_wp_page_template','elementor_header_footer'),(250,62,'envato_tk_source_kit','11'),(251,62,'envato_tk_source_index','3'),(252,64,'_elementor_edit_mode','builder'),(253,64,'_elementor_template_type','page'),(254,64,'_elementor_version','3.21.8'),(255,64,'_elementor_data','[{\"id\":\"2a7d4ddb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"369f9c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d47a0bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"1404f617\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d93625a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"7c01dbb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"49a39d83\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"29fd539f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Pricing\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"37c74108\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b0a4730\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b819512\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"165a0643\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"412ed6b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"19fd544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"137fe6cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3673a0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d0cc27f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"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\":\"7c0fe5eb\",\"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\":\"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\":\"4aef05ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing Plan\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"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\":\"19db3c71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Your Plans\",\"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\":\"318ea0ad\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"456badf4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"706e76ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=a46d2a4\",\"background_color\":\"globals\\/colors?id=a660f96\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"602af74a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Monthly Plan\",\"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\":\"3f39568a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$20\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6ecdaa3\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"170f1c70\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\/month\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=45bcc5b\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3c779f95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. <\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"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\":\"3ee289f4\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23debde1\",\"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\":\"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\":\"38d0731b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Uniform Included\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3d83bbeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bbbb81b\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b903b60\",\"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\":\"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\":\"25455a57\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Dojo Access\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"22ab9b5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"75cb65a7\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3aa08cca\",\"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\":\"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\":\"c60b109\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1x Meal Packages\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"51bb191f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f8394ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"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\":false},{\"id\":\"5a7de037\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=a660f96\",\"background_color\":\"globals\\/colors?id=4c2f855\"},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"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\":\"2a4c8da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Semester Plan\",\"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\":\"691a1701\",\"elType\":\"widget\",\"settings\":{\"title\":\"$40\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6ecdaa3\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5a95ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\/semester\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=45bcc5b\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"ae4d92c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. <\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"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\":\"1169f3e\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52732905\",\"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\":\"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\":\"1d6ec982\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1x Meal Packages\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"568ceb00\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3bbdd6d1\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bc5bca5\",\"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\":\"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\":\"701993ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Dojo Access\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"62d01cb4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a297415\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dc234eb\",\"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\":\"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\":\"35f08d0e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Uniform Included\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"54c69376\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288c7e84\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"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\":false},{\"id\":\"cad3b3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=9fee319\",\"background_color\":\"globals\\/colors?id=9fee319\"},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"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\":\"137d6c03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academic Course\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"6f546c0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6ecdaa3\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"707ebab1\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\/Year\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"22170be1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. <\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7ce75d76\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67ac09b8\",\"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\":\"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\":\"14d3ef76\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Dojo Access\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=e64be90\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2aec0521\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4fdf45b6\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f8dcad5\",\"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\":\"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\":\"4a97ac73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Uniform Included\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=e64be90\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"40108a7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3bb004fe\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ceddce2\",\"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\":\"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\":\"4978eafc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1x Meal Packages\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=e64be90\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"372ed41e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a4add5e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"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\":false}],\"isInner\":false},{\"id\":\"6e7f44df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"41065b48\",\"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\":\"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\":\"34570b83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"29a34464\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_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\":\"124505d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"571968fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59179e97\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"1ada69ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"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\"},{\"id\":\"608476bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"5f7c0fe1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f3120c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"29bef862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"77163b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"4a7c6333\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"240a76a3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44257e9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"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\":\"21c946a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"2ef520cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"39d24930\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"f60d49a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true},{\"id\":\"3ecae293\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bf224e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"400f89e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"628bdd10\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50c42d20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49c1447d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c78130c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2c7ccbc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"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\"},{\"id\":\"4741f89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"621a818b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23fcc883\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"41aea52c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"712360cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"1a42acbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46cc42d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"398ad629\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"1ad195a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"6a1c07d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"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\":\"heading\"},{\"id\":\"1d1b7cc7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"7161009d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"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\":\"7dbab8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"1812e76f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"1dd5d54b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(256,65,'_wp_attached_file','2024/05/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22.jpg'),(257,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:88:\"2024/05/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22.jpg\";s:8:\"filesize\";i:108774;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:88:\"young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:88:\"young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4075;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(258,66,'_elementor_edit_mode','builder'),(259,66,'_elementor_template_type','page'),(260,66,'_elementor_version','3.21.8'),(261,66,'_elementor_data','[{\"id\":\"2a7d4ddb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"369f9c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d47a0bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"1404f617\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d93625a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"7c01dbb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"49a39d83\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"29fd539f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Pricing\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"37c74108\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b0a4730\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b819512\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"165a0643\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"412ed6b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"19fd544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"137fe6cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3673a0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d0cc27f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"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\":\"7c0fe5eb\",\"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\":\"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\":\"4aef05ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing Plan\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"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\":\"19db3c71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose Your Plans\",\"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\":\"318ea0ad\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"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\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"456badf4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"706e76ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=a46d2a4\",\"background_color\":\"globals\\/colors?id=a660f96\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"602af74a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Monthly Plan\",\"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\":\"3f39568a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$20\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6ecdaa3\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"170f1c70\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\/month\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=45bcc5b\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3c779f95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. <\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"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\":\"3ee289f4\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23debde1\",\"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\":\"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\":\"38d0731b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Uniform Included\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"3d83bbeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bbbb81b\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b903b60\",\"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\":\"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\":\"25455a57\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Dojo Access\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"22ab9b5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"75cb65a7\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3aa08cca\",\"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\":\"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\":\"c60b109\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1x Meal Packages\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"51bb191f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f8394ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"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\":false},{\"id\":\"5a7de037\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=a660f96\",\"background_color\":\"globals\\/colors?id=4c2f855\"},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"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\":\"2a4c8da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Semester Plan\",\"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\":\"691a1701\",\"elType\":\"widget\",\"settings\":{\"title\":\"$40\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6ecdaa3\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5a95ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\/semester\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=45bcc5b\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"ae4d92c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. <\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"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\":\"1169f3e\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52732905\",\"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\":\"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\":\"1d6ec982\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1x Meal Packages\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"568ceb00\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3bbdd6d1\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bc5bca5\",\"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\":\"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\":\"701993ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Dojo Access\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"62d01cb4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a297415\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dc234eb\",\"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\":\"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\":\"35f08d0e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Uniform Included\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=3f37fea\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"54c69376\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288c7e84\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"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\":false},{\"id\":\"cad3b3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=9fee319\",\"background_color\":\"globals\\/colors?id=9fee319\"},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"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\":\"137d6c03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academic Course\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"6f546c0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6ecdaa3\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"707ebab1\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\/Year\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"22170be1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. <\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7ce75d76\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67ac09b8\",\"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\":\"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\":\"14d3ef76\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Dojo Access\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=e64be90\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2aec0521\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4fdf45b6\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f8dcad5\",\"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\":\"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\":\"4a97ac73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Uniform Included\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=e64be90\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"40108a7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3bb004fe\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ceddce2\",\"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\":\"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\":\"4978eafc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1x Meal Packages\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"04df271\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=e64be90\",\"icon_color\":\"globals\\/colors?id=649b555\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"372ed41e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=76544c2\"},\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a4add5e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"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\":false}],\"isInner\":false},{\"id\":\"6e7f44df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"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\":\"41065b48\",\"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\":\"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\":\"34570b83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"29a34464\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_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\":\"124505d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"571968fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59179e97\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"1ada69ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"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\"},{\"id\":\"608476bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"5f7c0fe1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f3120c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"29bef862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"77163b26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"4a7c6333\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"240a76a3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44257e9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"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\":\"21c946a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"2ef520cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"39d24930\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"f60d49a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true},{\"id\":\"3ecae293\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bf224e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"400f89e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"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\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"628bdd10\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50c42d20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49c1447d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c78130c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"2c7ccbc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"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\"},{\"id\":\"4741f89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_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\":\"image\"}],\"isInner\":true},{\"id\":\"621a818b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23fcc883\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"heading\"},{\"id\":\"41aea52c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"712360cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"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\":\"1a42acbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"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\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46cc42d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"398ad629\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"1ad195a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"6a1c07d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"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\":\"heading\"},{\"id\":\"1d1b7cc7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"7161009d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"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\":\"7dbab8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"1812e76f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"1dd5d54b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(262,65,'_elementor_source_image_hash','465fcda9aa84e3332db23adfc5796f75a44011e8'),(263,64,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(264,64,'_wp_page_template','elementor_header_footer'),(265,64,'envato_tk_source_kit','11'),(266,64,'envato_tk_source_index','7'),(267,67,'_wp_attached_file','2024/05/shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc.jpg'),(268,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:71:\"2024/05/shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc.jpg\";s:8:\"filesize\";i:122433;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14091;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5907;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(269,67,'_elementor_source_image_hash','dacb5ef1213012a5e02a6740d44629d5464b0954'),(270,68,'_elementor_edit_mode','builder'),(271,68,'_elementor_template_type','page'),(272,68,'_elementor_version','3.21.8'),(273,68,'_elementor_data','[{\"id\":\"4d94b030\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"6cb2f3c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f606e6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"4b0d80ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17eaa302\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sensei\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"60c51569\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"30ee3973\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"34f73db2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sensei\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"69482f9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39067628\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1dedd17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d22d806\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5ecc12ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"1c166b39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7e0c03b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e6b4eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134b0ec1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"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\":\"f535c9d\",\"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\":\"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\":\"3dd706aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sensei Tachi\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"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\":\"1a55bed5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Teachers\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7fab7379\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"28fdc418\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d628c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"5022cce2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"56\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"5ac2304b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"5fe08850\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"512c0cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Lee\",\"header_size\":\"h5\",\"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\":\"ea4c803\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"440d5eca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"526ef8b1\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"3be464d1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"44bda9de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e251dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eddy Law\",\"header_size\":\"h5\",\"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\":\"47fea411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7196491\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"6fa3fe4e\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"134873e2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"91260d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7810c219\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dimitri Hwang\",\"header_size\":\"h5\",\"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\":\"37a7ac55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aae2679\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"203ec4ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"df5b45\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"61\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"3b6e188b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"44d0619f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f289b27\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stan Hailey\",\"header_size\":\"h5\",\"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\":\"551593af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a4655b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"7365f239\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"65\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"161887e1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"6e51614f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"244ca0bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Rogue\",\"header_size\":\"h5\",\"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\":\"7642c2c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Trainer\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"76491811\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"5d8017b2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"1744c13c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"73ffc807\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e962f0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terry Yeon\",\"header_size\":\"h5\",\"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\":\"4ea352fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55b0fe44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ea607fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"23bc6146\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7f9f60bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"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\":\"heading\"},{\"id\":\"973df23\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"44f61640\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"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\":\"a604e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"7aa1a9ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"c75a19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(274,69,'_elementor_edit_mode','builder'),(275,69,'_elementor_template_type','page'),(276,69,'_elementor_version','3.21.8'),(277,69,'_elementor_data','[{\"id\":\"4d94b030\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"235\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=76544c2\",\"background_color_b\":\"globals\\/colors?id=a660f96\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color_b\":\"globals\\/colors?id=f4794fd\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/mountain-range-2021-08-26-15-58-135-utc.png\"},\"background_size\":\"initial\",\"structure\":\"30\",\"background_color\":\"#D8D8D8\",\"background_color_b\":\"#F4F4F4\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50,\"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\":\"6cb2f3c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f606e6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karateka5.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"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\"}],\"isInner\":false},{\"id\":\"4b0d80ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17eaa302\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sensei\",\"header_size\":\"h1\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":\"60c51569\",\"elType\":\"widget\",\"settings\":{\"text\":\"Home\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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\"},{\"id\":\"30ee3973\",\"elType\":\"widget\",\"settings\":{\"title\":\">\",\"header_size\":\"h5\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_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\":\"34f73db2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sensei\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=730a667\"},\"_z_index\":2,\"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},{\"id\":\"69482f9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39067628\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1dedd17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.804000000000002046363078989088535308837890625,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d22d806\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u306e<\\/p>

\\u3069<\\/p>

\\u304b<\\/p>

\\u3055<\\/p>\",\"_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},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"5ecc12ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u5ca9<\\/p>

\\u306b<\\/p>

\\u67d3<\\/p>

\\u307f<\\/p>

\\u8fbc<\\/p>

\\u3080<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"1c166b39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

\\u8749<\\/p>

\\u306e<\\/p>

\\u58f0<\\/h4>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"text_color\":\"globals\\/colors?id=3f37fea\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7e0c03b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.952000000000001733724275254644453525543212890625,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e6b4eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5bfa\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=55009b5\",\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=f203c23\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134b0ec1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"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\":\"f535c9d\",\"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\":\"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\":\"3dd706aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sensei Tachi\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"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\":\"1a55bed5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Teachers\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7fab7379\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"28fdc418\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d628c43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"5022cce2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"56\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"5ac2304b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"5fe08850\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"512c0cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Lee\",\"header_size\":\"h5\",\"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\":\"ea4c803\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"440d5eca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"526ef8b1\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"3be464d1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"44bda9de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e251dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eddy Law\",\"header_size\":\"h5\",\"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\":\"47fea411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7196491\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"6fa3fe4e\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"134873e2\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"91260d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7810c219\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dimitri Hwang\",\"header_size\":\"h5\",\"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\":\"37a7ac55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aae2679\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"203ec4ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"df5b45\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"61\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"3b6e188b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"44d0619f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f289b27\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stan Hailey\",\"header_size\":\"h5\",\"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\":\"551593af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a4655b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"7365f239\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"65\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"161887e1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"6e51614f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"244ca0bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Rogue\",\"header_size\":\"h5\",\"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\":\"7642c2c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Trainer\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"76491811\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"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_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\":\"5d8017b2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc.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\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"4cb279f\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"c1a748b\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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-pinterest-p\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Pinterest\",\"sg_social_link\":{\"url\":\"https:\\/\\/pinterest.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"7baa227\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=55009b5\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"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_gradient_notice\":\"\",\"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_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_normal_background_background_background\":\"classic\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Noto Sans JP\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"st_position_typography_content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"600\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"st_social_margin_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_margin_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_padding_responsive_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"st_social_fix_height\":\"\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"st_image_overlay_background_background_color\":\"globals\\/colors?id=adc553f\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"st_content_normal_background_background_color\":\"globals\\/colors?id=4c2f855\"},\"st_image_overlay_background_background_color\":\"#2F2F2F63\",\"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\":\"1744c13c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-145\",\"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\":\"73ffc807\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"z_index\":2,\"__globals__\":{\"background_color\":\"globals\\/colors?id=a660f96\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"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\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e962f0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terry Yeon\",\"header_size\":\"h5\",\"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\":\"4ea352fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Sensei\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=24b2df3\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_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\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55b0fe44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ea607fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"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\":\"23bc6146\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_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\":\"7f9f60bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"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\":\"heading\"},{\"id\":\"973df23\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"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},{\"id\":\"44f61640\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"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\":\"a604e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":\"7aa1a9ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_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\":\"c75a19c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_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\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(278,68,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(279,68,'_wp_page_template','elementor_header_footer'),(280,68,'envato_tk_source_kit','11'),(281,68,'envato_tk_source_index','6'),(282,9,'_elementor_edit_mode','builder'),(283,9,'_elementor_template_type','wp-page'),(284,9,'_elementor_version','3.21.8'),(286,70,'_elementor_edit_mode','builder'),(287,70,'_elementor_template_type','wp-page'),(288,70,'_elementor_version','3.21.8'),(289,71,'_elementor_edit_mode','builder'),(290,71,'_elementor_template_type','wp-page'),(291,71,'_elementor_version','3.21.8'),(292,9,'_wp_page_template','elementor_header_footer'),(293,9,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(294,9,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"192***1717015335607\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(295,72,'_elementor_edit_mode','builder'),(296,72,'_elementor_template_type','wp-page'),(297,72,'_elementor_version','3.21.8'),(298,72,'_wp_page_template','default'),(299,72,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(300,72,'_elementor_data','[]'),(301,9,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(309,74,'_elementor_edit_mode','builder'),(310,74,'_elementor_template_type','wp-page'),(311,74,'_elementor_version','3.21.8'),(312,74,'_wp_page_template','default'),(313,74,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(314,74,'_elementor_data','[]'),(315,74,'_elementor_page_assets','a:0:{}'),(316,75,'_elementor_edit_mode','builder'),(317,75,'_elementor_template_type','wp-page'),(318,75,'_elementor_version','3.21.8'),(319,75,'_wp_page_template','default'),(320,75,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(321,75,'_elementor_data','[]'),(322,75,'_elementor_page_assets','a:0:{}'),(323,76,'_elementor_edit_mode','builder'),(324,76,'_elementor_template_type','wp-page'),(325,76,'_elementor_version','3.21.8'),(326,76,'_wp_page_template','elementor_header_footer'),(327,76,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(328,76,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doujo-Ry\\u016b\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sh\\u014drikan\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(329,76,'_elementor_page_assets','a:0:{}'),(330,77,'_menu_item_type','post_type'),(331,77,'_menu_item_menu_item_parent','0'),(332,77,'_menu_item_object_id','9'),(333,77,'_menu_item_object','page'),(334,77,'_menu_item_target',''),(335,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(336,77,'_menu_item_xfn',''),(337,77,'_menu_item_url',''),(339,78,'_menu_item_type','custom'),(340,78,'_menu_item_menu_item_parent','0'),(341,78,'_menu_item_object_id','78'),(342,78,'_menu_item_object','custom'),(343,78,'_menu_item_target',''),(344,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(345,78,'_menu_item_xfn',''),(346,78,'_menu_item_url','#'),(348,79,'_menu_item_type','custom'),(349,79,'_menu_item_menu_item_parent','78'),(350,79,'_menu_item_object_id','79'),(351,79,'_menu_item_object','custom'),(352,79,'_menu_item_target',''),(353,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(354,79,'_menu_item_xfn',''),(355,79,'_menu_item_url','#'),(357,80,'_menu_item_type','custom'),(358,80,'_menu_item_menu_item_parent','78'),(359,80,'_menu_item_object_id','80'),(360,80,'_menu_item_object','custom'),(361,80,'_menu_item_target',''),(362,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(363,80,'_menu_item_xfn',''),(364,80,'_menu_item_url','#'),(366,81,'_menu_item_type','custom'),(367,81,'_menu_item_menu_item_parent','0'),(368,81,'_menu_item_object_id','81'),(369,81,'_menu_item_object','custom'),(370,81,'_menu_item_target',''),(371,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(372,81,'_menu_item_xfn',''),(373,81,'_menu_item_url','#'),(375,82,'_menu_item_type','custom'),(376,82,'_menu_item_menu_item_parent','81'),(377,82,'_menu_item_object_id','82'),(378,82,'_menu_item_object','custom'),(379,82,'_menu_item_target',''),(380,82,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(381,82,'_menu_item_xfn',''),(382,82,'_menu_item_url','#'),(384,83,'_menu_item_type','custom'),(385,83,'_menu_item_menu_item_parent','81'),(386,83,'_menu_item_object_id','83'),(387,83,'_menu_item_object','custom'),(388,83,'_menu_item_target',''),(389,83,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(390,83,'_menu_item_xfn',''),(391,83,'_menu_item_url','#'),(393,84,'_menu_item_type','custom'),(394,84,'_menu_item_menu_item_parent','81'),(395,84,'_menu_item_object_id','84'),(396,84,'_menu_item_object','custom'),(397,84,'_menu_item_target',''),(398,84,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(399,84,'_menu_item_xfn',''),(400,84,'_menu_item_url','#'),(403,85,'_menu_item_type','custom'),(404,85,'_menu_item_menu_item_parent','81'),(405,85,'_menu_item_object_id','85'),(406,85,'_menu_item_object','custom'),(407,85,'_menu_item_target',''),(408,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(409,85,'_menu_item_xfn',''),(410,85,'_menu_item_url','#'),(412,86,'_menu_item_type','custom'),(413,86,'_menu_item_menu_item_parent','81'),(414,86,'_menu_item_object_id','86'),(415,86,'_menu_item_object','custom'),(416,86,'_menu_item_target',''),(417,86,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(418,86,'_menu_item_xfn',''),(419,86,'_menu_item_url','#'),(421,87,'_menu_item_type','custom'),(422,87,'_menu_item_menu_item_parent','81'),(423,87,'_menu_item_object_id','87'),(424,87,'_menu_item_object','custom'),(425,87,'_menu_item_target',''),(426,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(427,87,'_menu_item_xfn',''),(428,87,'_menu_item_url','#'),(430,88,'_menu_item_type','custom'),(431,88,'_menu_item_menu_item_parent','89'),(432,88,'_menu_item_object_id','88'),(433,88,'_menu_item_object','custom'),(434,88,'_menu_item_target',''),(435,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(436,88,'_menu_item_xfn',''),(437,88,'_menu_item_url','#'),(439,89,'_menu_item_type','custom'),(440,89,'_menu_item_menu_item_parent','0'),(441,89,'_menu_item_object_id','89'),(442,89,'_menu_item_object','custom'),(443,89,'_menu_item_target',''),(444,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(445,89,'_menu_item_xfn',''),(446,89,'_menu_item_url','#'),(475,93,'_menu_item_type','custom'),(476,93,'_menu_item_menu_item_parent','0'),(477,93,'_menu_item_object_id','93'),(478,93,'_menu_item_object','custom'),(479,93,'_menu_item_target',''),(480,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(481,93,'_menu_item_xfn',''),(482,93,'_menu_item_url','#'),(484,94,'_menu_item_type','custom'),(485,94,'_menu_item_menu_item_parent','93'),(486,94,'_menu_item_object_id','94'),(487,94,'_menu_item_object','custom'),(488,94,'_menu_item_target',''),(489,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(490,94,'_menu_item_xfn',''),(491,94,'_menu_item_url','#'),(493,95,'_menu_item_type','custom'),(494,95,'_menu_item_menu_item_parent','93'),(495,95,'_menu_item_object_id','95'),(496,95,'_menu_item_object','custom'),(497,95,'_menu_item_target',''),(498,95,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(499,95,'_menu_item_xfn',''),(500,95,'_menu_item_url','#'),(502,96,'_menu_item_type','custom'),(503,96,'_menu_item_menu_item_parent','93'),(504,96,'_menu_item_object_id','96'),(505,96,'_menu_item_object','custom'),(506,96,'_menu_item_target',''),(507,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(508,96,'_menu_item_xfn',''),(509,96,'_menu_item_url','#'),(556,102,'_edit_last','1'),(557,102,'_edit_lock','1717016600:1'),(558,102,'_wp_page_template','elementor_canvas'),(559,102,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'); INSERT INTO `carolpickett2_postmeta` VALUES (560,102,'ehf_target_exclude_locations','a:0:{}'),(561,102,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(562,102,'ehf_template_type','type_header'),(563,102,'_elementor_edit_mode','builder'),(564,102,'_elementor_template_type','wp-post'),(565,102,'_elementor_version','3.21.8'),(566,104,'_edit_last','1'),(567,104,'_edit_lock','1717016587:1'),(569,102,'ekit_post_views_count','3'),(570,104,'_wp_page_template','elementor_canvas'),(571,104,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(572,104,'ehf_target_exclude_locations','a:0:{}'),(573,104,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(574,104,'ehf_template_type','type_footer'),(575,104,'_elementor_edit_mode','builder'),(576,104,'_elementor_template_type','wp-post'),(577,104,'_elementor_version','3.21.8'),(579,104,'ekit_post_views_count','2'),(596,108,'_wp_page_template','default'),(597,108,'_elementor_edit_mode','builder'),(598,108,'_elementor_template_type','wp-post'),(599,108,'_elementor_version','3.21.8'),(601,109,'_wp_page_template','default'),(602,109,'_elementor_edit_mode','builder'),(603,109,'_elementor_template_type','wp-post'),(604,109,'_elementor_version','3.21.8'),(606,102,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Anek Gujarati\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(607,110,'_wp_page_template','elementor_canvas'),(608,110,'_elementor_edit_mode','builder'),(609,110,'_elementor_template_type','wp-post'),(610,110,'_elementor_version','3.21.8'),(612,110,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.589999999999999857891452847979962825775146484375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"2b7e4f23\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/logo-dojo.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.409999999999996589394868351519107818603515625,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-end\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu1\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=779cdfc\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(613,102,'_elementor_page_assets','a:0:{}'),(623,112,'_wp_page_template','default'),(624,112,'_elementor_edit_mode','builder'),(625,112,'_elementor_template_type','wp-post'),(626,112,'_elementor_version','3.21.8'),(628,113,'_wp_page_template','default'),(629,113,'_elementor_edit_mode','builder'),(630,113,'_elementor_template_type','wp-post'),(631,113,'_elementor_version','3.21.8'),(633,104,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Anek Gujarati\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1 505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:1 505 555 5555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(634,114,'_wp_page_template','elementor_canvas'),(635,114,'_elementor_edit_mode','builder'),(636,114,'_elementor_template_type','wp-post'),(637,114,'_elementor_version','3.21.8'),(639,114,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"5505-555-555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:5505-555-555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(640,104,'_elementor_page_assets','a:0:{}'),(641,115,'_wp_page_template','elementor_canvas'),(642,115,'_elementor_edit_mode','builder'),(643,115,'_elementor_template_type','wp-post'),(644,115,'_elementor_version','3.21.8'),(645,115,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.589999999999999857891452847979962825775146484375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"2b7e4f23\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/logo-dojo.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.409999999999996589394868351519107818603515625,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-end\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu1\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=779cdfc\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(646,115,'_elementor_page_assets','a:0:{}'),(647,116,'_wp_page_template','elementor_canvas'),(648,116,'_elementor_edit_mode','builder'),(649,116,'_elementor_template_type','wp-post'),(650,116,'_elementor_version','3.21.8'),(651,116,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.589999999999999857891452847979962825775146484375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"2b7e4f23\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/logo-dojo.png\"},\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.409999999999996589394868351519107818603515625,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-end\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu1\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=779cdfc\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(652,116,'_elementor_page_assets','a:0:{}'),(653,117,'_wp_page_template','elementor_canvas'),(654,117,'_elementor_edit_mode','builder'),(655,117,'_elementor_template_type','wp-post'),(656,117,'_elementor_version','3.21.8'),(657,117,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.589999999999999857891452847979962825775146484375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.409999999999996589394868351519107818603515625,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(658,117,'_elementor_page_assets','a:0:{}'),(661,118,'_wp_page_template','elementor_canvas'),(662,118,'_elementor_edit_mode','builder'),(663,118,'_elementor_template_type','wp-post'),(664,118,'_elementor_version','3.21.8'),(665,118,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.589999999999999857891452847979962825775146484375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.409999999999996589394868351519107818603515625,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(666,118,'_elementor_page_assets','a:0:{}'),(668,119,'_wp_page_template','elementor_canvas'),(669,119,'_elementor_edit_mode','builder'),(670,119,'_elementor_template_type','wp-post'),(671,119,'_elementor_version','3.21.8'),(672,119,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.589999999999999857891452847979962825775146484375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.409999999999996589394868351519107818603515625,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(673,119,'_elementor_page_assets','a:0:{}'),(675,120,'_wp_page_template','elementor_canvas'),(676,120,'_elementor_edit_mode','builder'),(677,120,'_elementor_template_type','wp-post'),(678,120,'_elementor_version','3.21.8'),(679,120,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=730a667\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(680,120,'_elementor_page_assets','a:0:{}'),(691,122,'_wp_page_template','elementor_canvas'),(692,122,'_elementor_edit_mode','builder'),(693,122,'_elementor_template_type','wp-post'),(694,122,'_elementor_version','3.21.8'),(695,122,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"5505-555-555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:5505-555-555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(696,122,'_elementor_page_assets','a:0:{}'),(698,123,'_wp_page_template','elementor_canvas'),(699,123,'_elementor_edit_mode','builder'),(700,123,'_elementor_template_type','wp-post'),(701,123,'_elementor_version','3.21.8'),(702,123,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"5505-555-555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:5505-555-555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(703,123,'_elementor_page_assets','a:0:{}'),(705,124,'_wp_page_template','elementor_canvas'),(706,124,'_elementor_edit_mode','builder'),(707,124,'_elementor_template_type','wp-post'),(708,124,'_elementor_version','3.21.8'),(709,124,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1 505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:1 505 555 5555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(710,124,'_elementor_page_assets','a:0:{}'),(714,125,'_elementor_edit_mode','builder'),(715,125,'_elementor_template_type','wp-page'),(716,125,'_elementor_version','3.21.8'),(717,125,'_wp_page_template','elementor_header_footer'),(718,125,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(719,125,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doujo-Ry\\u016b\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sh\\u014drikan\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(720,125,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(722,126,'_elementor_edit_mode','builder'),(723,126,'_elementor_template_type','wp-page'),(724,126,'_elementor_version','3.21.8'),(725,126,'_wp_page_template','elementor_header_footer'),(726,126,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(727,126,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doujo-Ry\\u016b\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sh\\u014drikan\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Dojo Location\",\"description_text\":\"Jl. Saitama Ichiban No.43, Nagoya\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"(8)098-1234-543\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(728,126,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(730,127,'_elementor_edit_mode','builder'),(731,127,'_elementor_template_type','wp-page'),(732,127,'_elementor_version','3.21.8'),(733,127,'_wp_page_template','elementor_header_footer'),(734,127,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(735,127,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(736,127,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(739,13,'_edit_lock','1717011850:1'),(740,128,'_elementor_edit_mode','builder'),(741,128,'_elementor_template_type','kit'),(742,128,'_elementor_version','3.21.8'),(743,128,'_wp_page_template','default'),(744,128,'_elementor_page_settings','a:96:{s:17:\"custom_typography\";a:21:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"cbee878\";s:5:\"title\";s:2:\"H1\";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_text_transform\";s:10:\"capitalize\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"593381a\";s:5:\"title\";s:2:\"H2\";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_text_transform\";s:10:\"capitalize\";}i:2;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"aa08128\";s:5:\"title\";s:2:\"H3\";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:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"f203c23\";s:5:\"title\";s:2:\"H4\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"a2fc1b9\";s:5:\"title\";s:2:\"H5\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:5;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"d3ea90d\";s:5:\"title\";s:2:\"H6\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f8cdd91\";s:5:\"title\";s:9:\"Body Text\";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:7;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3f07da6\";s:5:\"title\";s:12:\"Mini Heading\";}i:8;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"24b2df3\";s:5:\"title\";s:9:\"h6 footer\";}i:9;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"64a9188\";s:5:\"title\";s:10:\"Post title\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"779cdfc\";s:5:\"title\";s:9:\"text bold\";}i:11;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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:3:\"_id\";s:7:\"adcb678\";s:5:\"title\";s:3:\"404\";}i:12;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:18:\"Shadows Into Light\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"dc13a25\";s:5:\"title\";s:11:\"handwriting\";}i:13;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6ecdaa3\";s:5:\"title\";s:5:\"price\";}i:14;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7d12cfd\";s:5:\"title\";s:6:\"404 v2\";}i:15;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Mako\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:3:\"_id\";s:7:\"18295b7\";s:5:\"title\";s:8:\"404 text\";}i:16;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5d9cc44\";s:5:\"title\";s:7:\"h1 thin\";}i:17;a:13:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a9386e9\";s:5:\"title\";s:10:\"caligraphy\";}i:18;a:12:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"4d2122c\";s:5:\"title\";s:5:\"quote\";}i:19;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ca49e92\";s:5:\"title\";s:7:\"text bg\";}i:20;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:8;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b22d98a\";s:5:\"title\";s:8:\"text bg2\";}}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:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:52:{i:0;a:3:{s:3:\"_id\";s:7:\"e64be90\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"eb507f3\";s:5:\"title\";s:11:\"Transparent\";s:5:\"color\";s:9:\"#FFFFFF00\";}i:2;a:3:{s:3:\"_id\";s:7:\"3f37fea\";s:5:\"title\";s:6:\"Black1\";s:5:\"color\";s:7:\"#3A3A3A\";}i:3;a:3:{s:3:\"_id\";s:7:\"b4d1dfd\";s:5:\"title\";s:6:\"yellow\";s:5:\"color\";s:7:\"#FFBE00\";}i:4;a:3:{s:3:\"_id\";s:7:\"c1ada29\";s:5:\"title\";s:7:\"Yellow2\";s:5:\"color\";s:7:\"#FFE779\";}i:5;a:3:{s:3:\"_id\";s:7:\"7af558c\";s:5:\"title\";s:12:\"transparent2\";s:5:\"color\";s:9:\"#FFFFFF1A\";}i:6;a:3:{s:3:\"_id\";s:7:\"568e035\";s:5:\"title\";s:6:\"Purple\";s:5:\"color\";s:7:\"#B279FF\";}i:7;a:3:{s:3:\"_id\";s:7:\"45bcc5b\";s:5:\"title\";s:6:\"black2\";s:5:\"color\";s:7:\"#484848\";}i:8;a:3:{s:3:\"_id\";s:7:\"76544c2\";s:5:\"title\";s:5:\"grey1\";s:5:\"color\";s:7:\"#D8D8D8\";}i:9;a:3:{s:3:\"_id\";s:7:\"964964e\";s:5:\"title\";s:7:\"dongker\";s:5:\"color\";s:7:\"#2D2D44\";}i:10;a:3:{s:3:\"_id\";s:7:\"70ca7d7\";s:5:\"title\";s:8:\"dongker2\";s:5:\"color\";s:7:\"#062233\";}i:11;a:3:{s:3:\"_id\";s:7:\"faf5d15\";s:5:\"title\";s:13:\"absoluteblack\";s:5:\"color\";s:7:\"#000000\";}i:12;a:3:{s:3:\"_id\";s:7:\"1803bf0\";s:5:\"title\";s:7:\"purple2\";s:5:\"color\";s:7:\"#BB8FF7\";}i:13;a:3:{s:3:\"_id\";s:7:\"4eb5029\";s:5:\"title\";s:4:\"blue\";s:5:\"color\";s:7:\"#3C8AAB\";}i:14;a:3:{s:3:\"_id\";s:7:\"fb84f3a\";s:5:\"title\";s:10:\"light blue\";s:5:\"color\";s:7:\"#C5E3F0\";}i:15;a:3:{s:3:\"_id\";s:7:\"caae858\";s:5:\"title\";s:8:\"sky blue\";s:5:\"color\";s:7:\"#A8E2E6\";}i:16;a:3:{s:3:\"_id\";s:7:\"442231c\";s:5:\"title\";s:5:\"brown\";s:5:\"color\";s:7:\"#CE9754\";}i:17;a:3:{s:3:\"_id\";s:7:\"c7b9c5f\";s:5:\"title\";s:6:\"brown2\";s:5:\"color\";s:7:\"#E3B781\";}i:18;a:3:{s:3:\"_id\";s:7:\"d498ef1\";s:5:\"title\";s:7:\"white 2\";s:5:\"color\";s:7:\"#F0EFE6\";}i:19;a:3:{s:3:\"_id\";s:7:\"639e95c\";s:5:\"title\";s:6:\"brown3\";s:5:\"color\";s:7:\"#A28B68\";}i:20;a:3:{s:3:\"_id\";s:7:\"7c7ba2f\";s:5:\"title\";s:10:\"Browncream\";s:5:\"color\";s:7:\"#FFF0DD\";}i:21;a:3:{s:3:\"_id\";s:7:\"730643a\";s:5:\"title\";s:4:\"bark\";s:5:\"color\";s:7:\"#8D8980\";}i:22;a:3:{s:3:\"_id\";s:7:\"3fce00d\";s:5:\"title\";s:6:\"green1\";s:5:\"color\";s:7:\"#BDC87B\";}i:23;a:3:{s:3:\"_id\";s:7:\"2b57703\";s:5:\"title\";s:6:\"trans3\";s:5:\"color\";s:9:\"#D8D8D8BD\";}i:24;a:3:{s:3:\"_id\";s:7:\"730a667\";s:5:\"title\";s:4:\"red1\";s:5:\"color\";s:7:\"#F46A5E\";}i:25;a:3:{s:3:\"_id\";s:7:\"ab0a9e7\";s:5:\"title\";s:7:\"yellow2\";s:5:\"color\";s:7:\"#FFA33E\";}i:26;a:3:{s:3:\"_id\";s:7:\"89b15fa\";s:5:\"title\";s:6:\"green2\";s:5:\"color\";s:7:\"#7EC242\";}i:27;a:3:{s:3:\"_id\";s:7:\"0af79f3\";s:5:\"title\";s:5:\"blue5\";s:5:\"color\";s:7:\"#89C4C8\";}i:28;a:3:{s:3:\"_id\";s:7:\"b9731ad\";s:5:\"title\";s:6:\"trans4\";s:5:\"color\";s:9:\"#F0EFE6D4\";}i:29;a:3:{s:3:\"_id\";s:7:\"1c4e034\";s:5:\"title\";s:12:\"white trans2\";s:5:\"color\";s:9:\"#FFFFFFDB\";}i:30;a:3:{s:5:\"title\";s:6:\"green3\";s:3:\"_id\";s:7:\"649b555\";s:5:\"color\";s:7:\"#6EA51D\";}i:31;a:3:{s:3:\"_id\";s:7:\"1e009fa\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FFC124\";}i:32;a:3:{s:3:\"_id\";s:7:\"34da2f3\";s:5:\"title\";s:4:\"red2\";s:5:\"color\";s:7:\"#FE5033\";}i:33;a:3:{s:3:\"_id\";s:7:\"e42fa42\";s:5:\"title\";s:11:\"yellowtrans\";s:5:\"color\";s:9:\"#FFC12421\";}i:34;a:3:{s:3:\"_id\";s:7:\"5715d1f\";s:5:\"title\";s:12:\"white yellow\";s:5:\"color\";s:7:\"#FFF7E3\";}i:35;a:3:{s:3:\"_id\";s:7:\"9c7372a\";s:5:\"title\";s:10:\"greentrans\";s:5:\"color\";s:9:\"#7EC2421C\";}i:36;a:3:{s:3:\"_id\";s:7:\"d43c678\";s:5:\"title\";s:10:\"whitegreen\";s:5:\"color\";s:7:\"#F1F8EB\";}i:37;a:3:{s:3:\"_id\";s:7:\"8ddb7c3\";s:5:\"title\";s:12:\"whiteyellow2\";s:5:\"color\";s:7:\"#FFFCF5\";}i:38;a:3:{s:3:\"_id\";s:7:\"bebcf4d\";s:5:\"title\";s:11:\"light green\";s:5:\"color\";s:7:\"#C4EDA1\";}i:39;a:3:{s:3:\"_id\";s:7:\"73f5821\";s:5:\"title\";s:11:\"hover cream\";s:5:\"color\";s:9:\"#FFF7E4CC\";}i:40;a:3:{s:3:\"_id\";s:7:\"30d60fe\";s:5:\"title\";s:7:\"orange2\";s:5:\"color\";s:7:\"#E9A62F\";}i:41;a:3:{s:3:\"_id\";s:7:\"c176849\";s:5:\"title\";s:12:\"orang2 trans\";s:5:\"color\";s:9:\"#E9A62FCF\";}i:42;a:3:{s:5:\"title\";s:9:\"bold blue\";s:3:\"_id\";s:7:\"51cf0c5\";s:5:\"color\";s:7:\"#1564FE\";}i:43;a:3:{s:5:\"title\";s:11:\"light blue2\";s:3:\"_id\";s:7:\"411dfcc\";s:5:\"color\";s:7:\"#508AFC\";}i:44;a:3:{s:3:\"_id\";s:7:\"9fee319\";s:5:\"title\";s:6:\"black3\";s:5:\"color\";s:7:\"#2F2F2F\";}i:45;a:3:{s:3:\"_id\";s:7:\"a660f96\";s:5:\"title\";s:6:\"white3\";s:5:\"color\";s:7:\"#F4F4F4\";}i:46;a:3:{s:3:\"_id\";s:7:\"adc553f\";s:5:\"title\";s:10:\"blacktrans\";s:5:\"color\";s:9:\"#2F2F2F63\";}i:47;a:3:{s:3:\"_id\";s:7:\"a46d2a4\";s:5:\"title\";s:8:\"darkgrey\";s:5:\"color\";s:7:\"#DBDBDB\";}i:48;a:3:{s:5:\"title\";s:8:\"bold red\";s:3:\"_id\";s:7:\"55009b5\";s:5:\"color\";s:7:\"#F72603\";}i:49;a:3:{s:3:\"_id\";s:7:\"0bd7bf8\";s:5:\"title\";s:13:\"white trans 2\";s:5:\"color\";s:9:\"#FFFFFFEB\";}i:50;a:3:{s:3:\"_id\";s:7:\"4c2f855\";s:5:\"title\";s:9:\"red trans\";s:5:\"color\";s:9:\"#F7260314\";}i:51;a:3:{s:3:\"_id\";s:7:\"f4794fd\";s:5:\"title\";s:9:\"greytrans\";s:5:\"color\";s:9:\"#FFFFFFC9\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i: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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;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:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:12:\"Noto Sans JP\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"__globals__\";a:22:{s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=cbee878\";s:8:\"h2_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=593381a\";s:8:\"h3_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=aa08128\";s:8:\"h4_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=f203c23\";s:8:\"h5_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=a2fc1b9\";s:8:\"h6_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=d3ea90d\";s:17:\"link_normal_color\";s:0:\"\";s:33:\"link_normal_typography_typography\";s:26:\"globals/typography?id=text\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:23:\"button_background_color\";s:25:\"globals/colors?id=55009b5\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=34da2f3\";s:17:\"button_text_color\";s:25:\"globals/colors?id=e64be90\";s:19:\"button_border_color\";s:25:\"globals/colors?id=639e95c\";s:25:\"button_hover_border_color\";s:25:\"globals/colors?id=730643a\";}s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:19:\"button_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:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";b:0;}s:15:\"activeItemIndex\";i:1;s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:6:\"Roboto\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:29:\"button_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:7:\"#A28B68\";s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:25:\"button_hover_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:10:\"body_color\";s:7:\"#7A7A7A\";s:8:\"h1_color\";s:7:\"#484848\";s:8:\"h2_color\";s:7:\"#484848\";s:8:\"h3_color\";s:7:\"#484848\";s:8:\"h4_color\";s:7:\"#484848\";s:8:\"h5_color\";s:7:\"#484848\";s:8:\"h6_color\";s:7:\"#484848\";s:25:\"button_hover_border_color\";s:7:\"#8D8980\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1300;s:5:\"sizes\";a:0:{}}s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Roboto\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Roboto\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"400\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:4:\"Lato\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";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:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:4:\"Lato\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:4:\"Lato\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:4:\"Lato\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:4:\"Lato\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"600\";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:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:4:\"Lato\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:16:\"c.w.Pickett, LLC\";}'),(745,128,'_elementor_data','[]'),(746,128,'_elementor_page_assets','a:0:{}'),(752,129,'_elementor_edit_mode','builder'),(753,129,'_elementor_template_type','kit'),(754,129,'_elementor_version','3.21.8'),(755,129,'_wp_page_template','default'),(756,129,'_elementor_page_settings','a:97:{s:17:\"custom_typography\";a:21:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"cbee878\";s:5:\"title\";s:2:\"H1\";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_text_transform\";s:10:\"capitalize\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"593381a\";s:5:\"title\";s:2:\"H2\";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_text_transform\";s:10:\"capitalize\";}i:2;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"aa08128\";s:5:\"title\";s:2:\"H3\";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:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"f203c23\";s:5:\"title\";s:2:\"H4\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"a2fc1b9\";s:5:\"title\";s:2:\"H5\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:5;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"d3ea90d\";s:5:\"title\";s:2:\"H6\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f8cdd91\";s:5:\"title\";s:9:\"Body Text\";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:7;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3f07da6\";s:5:\"title\";s:12:\"Mini Heading\";}i:8;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"24b2df3\";s:5:\"title\";s:9:\"h6 footer\";}i:9;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;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\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"64a9188\";s:5:\"title\";s:10:\"Post title\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";d:1.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"779cdfc\";s:5:\"title\";s:9:\"text bold\";}i:11;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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:3:\"_id\";s:7:\"adcb678\";s:5:\"title\";s:3:\"404\";}i:12;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:18:\"Shadows Into Light\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"dc13a25\";s:5:\"title\";s:11:\"handwriting\";}i:13;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6ecdaa3\";s:5:\"title\";s:5:\"price\";}i:14;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7d12cfd\";s:5:\"title\";s:6:\"404 v2\";}i:15;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Mako\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:3:\"_id\";s:7:\"18295b7\";s:5:\"title\";s:8:\"404 text\";}i:16;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5d9cc44\";s:5:\"title\";s:7:\"h1 thin\";}i:17;a:13:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:7;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;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.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a9386e9\";s:5:\"title\";s:10:\"caligraphy\";}i:18;a:12:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"800\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"4d2122c\";s:5:\"title\";s:5:\"quote\";}i:19;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ca49e92\";s:5:\"title\";s:7:\"text bg\";}i:20;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Noto Sans JP\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:8;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b22d98a\";s:5:\"title\";s:8:\"text bg2\";}}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:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:52:{i:0;a:3:{s:3:\"_id\";s:7:\"e64be90\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"eb507f3\";s:5:\"title\";s:11:\"Transparent\";s:5:\"color\";s:9:\"#FFFFFF00\";}i:2;a:3:{s:3:\"_id\";s:7:\"3f37fea\";s:5:\"title\";s:6:\"Black1\";s:5:\"color\";s:7:\"#3A3A3A\";}i:3;a:3:{s:3:\"_id\";s:7:\"b4d1dfd\";s:5:\"title\";s:6:\"yellow\";s:5:\"color\";s:7:\"#FFBE00\";}i:4;a:3:{s:3:\"_id\";s:7:\"c1ada29\";s:5:\"title\";s:7:\"Yellow2\";s:5:\"color\";s:7:\"#FFE779\";}i:5;a:3:{s:3:\"_id\";s:7:\"7af558c\";s:5:\"title\";s:12:\"transparent2\";s:5:\"color\";s:9:\"#FFFFFF1A\";}i:6;a:3:{s:3:\"_id\";s:7:\"568e035\";s:5:\"title\";s:6:\"Purple\";s:5:\"color\";s:7:\"#B279FF\";}i:7;a:3:{s:3:\"_id\";s:7:\"45bcc5b\";s:5:\"title\";s:6:\"black2\";s:5:\"color\";s:7:\"#484848\";}i:8;a:3:{s:3:\"_id\";s:7:\"76544c2\";s:5:\"title\";s:5:\"grey1\";s:5:\"color\";s:7:\"#D8D8D8\";}i:9;a:3:{s:3:\"_id\";s:7:\"964964e\";s:5:\"title\";s:7:\"dongker\";s:5:\"color\";s:7:\"#2D2D44\";}i:10;a:3:{s:3:\"_id\";s:7:\"70ca7d7\";s:5:\"title\";s:8:\"dongker2\";s:5:\"color\";s:7:\"#062233\";}i:11;a:3:{s:3:\"_id\";s:7:\"faf5d15\";s:5:\"title\";s:13:\"absoluteblack\";s:5:\"color\";s:7:\"#000000\";}i:12;a:3:{s:3:\"_id\";s:7:\"1803bf0\";s:5:\"title\";s:7:\"purple2\";s:5:\"color\";s:7:\"#BB8FF7\";}i:13;a:3:{s:3:\"_id\";s:7:\"4eb5029\";s:5:\"title\";s:4:\"blue\";s:5:\"color\";s:7:\"#3C8AAB\";}i:14;a:3:{s:3:\"_id\";s:7:\"fb84f3a\";s:5:\"title\";s:10:\"light blue\";s:5:\"color\";s:7:\"#C5E3F0\";}i:15;a:3:{s:3:\"_id\";s:7:\"caae858\";s:5:\"title\";s:8:\"sky blue\";s:5:\"color\";s:7:\"#A8E2E6\";}i:16;a:3:{s:3:\"_id\";s:7:\"442231c\";s:5:\"title\";s:5:\"brown\";s:5:\"color\";s:7:\"#CE9754\";}i:17;a:3:{s:3:\"_id\";s:7:\"c7b9c5f\";s:5:\"title\";s:6:\"brown2\";s:5:\"color\";s:7:\"#E3B781\";}i:18;a:3:{s:3:\"_id\";s:7:\"d498ef1\";s:5:\"title\";s:7:\"white 2\";s:5:\"color\";s:7:\"#F0EFE6\";}i:19;a:3:{s:3:\"_id\";s:7:\"639e95c\";s:5:\"title\";s:6:\"brown3\";s:5:\"color\";s:7:\"#A28B68\";}i:20;a:3:{s:3:\"_id\";s:7:\"7c7ba2f\";s:5:\"title\";s:10:\"Browncream\";s:5:\"color\";s:7:\"#FFF0DD\";}i:21;a:3:{s:3:\"_id\";s:7:\"730643a\";s:5:\"title\";s:4:\"bark\";s:5:\"color\";s:7:\"#8D8980\";}i:22;a:3:{s:3:\"_id\";s:7:\"3fce00d\";s:5:\"title\";s:6:\"green1\";s:5:\"color\";s:7:\"#BDC87B\";}i:23;a:3:{s:3:\"_id\";s:7:\"2b57703\";s:5:\"title\";s:6:\"trans3\";s:5:\"color\";s:9:\"#D8D8D8BD\";}i:24;a:3:{s:3:\"_id\";s:7:\"730a667\";s:5:\"title\";s:4:\"red1\";s:5:\"color\";s:7:\"#F46A5E\";}i:25;a:3:{s:3:\"_id\";s:7:\"ab0a9e7\";s:5:\"title\";s:7:\"yellow2\";s:5:\"color\";s:7:\"#FFA33E\";}i:26;a:3:{s:3:\"_id\";s:7:\"89b15fa\";s:5:\"title\";s:6:\"green2\";s:5:\"color\";s:7:\"#7EC242\";}i:27;a:3:{s:3:\"_id\";s:7:\"0af79f3\";s:5:\"title\";s:5:\"blue5\";s:5:\"color\";s:7:\"#89C4C8\";}i:28;a:3:{s:3:\"_id\";s:7:\"b9731ad\";s:5:\"title\";s:6:\"trans4\";s:5:\"color\";s:9:\"#F0EFE6D4\";}i:29;a:3:{s:3:\"_id\";s:7:\"1c4e034\";s:5:\"title\";s:12:\"white trans2\";s:5:\"color\";s:9:\"#FFFFFFDB\";}i:30;a:3:{s:5:\"title\";s:6:\"green3\";s:3:\"_id\";s:7:\"649b555\";s:5:\"color\";s:7:\"#6EA51D\";}i:31;a:3:{s:3:\"_id\";s:7:\"1e009fa\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FFC124\";}i:32;a:3:{s:3:\"_id\";s:7:\"34da2f3\";s:5:\"title\";s:4:\"red2\";s:5:\"color\";s:7:\"#FE5033\";}i:33;a:3:{s:3:\"_id\";s:7:\"e42fa42\";s:5:\"title\";s:11:\"yellowtrans\";s:5:\"color\";s:9:\"#FFC12421\";}i:34;a:3:{s:3:\"_id\";s:7:\"5715d1f\";s:5:\"title\";s:12:\"white yellow\";s:5:\"color\";s:7:\"#FFF7E3\";}i:35;a:3:{s:3:\"_id\";s:7:\"9c7372a\";s:5:\"title\";s:10:\"greentrans\";s:5:\"color\";s:9:\"#7EC2421C\";}i:36;a:3:{s:3:\"_id\";s:7:\"d43c678\";s:5:\"title\";s:10:\"whitegreen\";s:5:\"color\";s:7:\"#F1F8EB\";}i:37;a:3:{s:3:\"_id\";s:7:\"8ddb7c3\";s:5:\"title\";s:12:\"whiteyellow2\";s:5:\"color\";s:7:\"#FFFCF5\";}i:38;a:3:{s:3:\"_id\";s:7:\"bebcf4d\";s:5:\"title\";s:11:\"light green\";s:5:\"color\";s:7:\"#C4EDA1\";}i:39;a:3:{s:3:\"_id\";s:7:\"73f5821\";s:5:\"title\";s:11:\"hover cream\";s:5:\"color\";s:9:\"#FFF7E4CC\";}i:40;a:3:{s:3:\"_id\";s:7:\"30d60fe\";s:5:\"title\";s:7:\"orange2\";s:5:\"color\";s:7:\"#E9A62F\";}i:41;a:3:{s:3:\"_id\";s:7:\"c176849\";s:5:\"title\";s:12:\"orang2 trans\";s:5:\"color\";s:9:\"#E9A62FCF\";}i:42;a:3:{s:5:\"title\";s:9:\"bold blue\";s:3:\"_id\";s:7:\"51cf0c5\";s:5:\"color\";s:7:\"#1564FE\";}i:43;a:3:{s:5:\"title\";s:11:\"light blue2\";s:3:\"_id\";s:7:\"411dfcc\";s:5:\"color\";s:7:\"#508AFC\";}i:44;a:3:{s:3:\"_id\";s:7:\"9fee319\";s:5:\"title\";s:6:\"black3\";s:5:\"color\";s:7:\"#2F2F2F\";}i:45;a:3:{s:3:\"_id\";s:7:\"a660f96\";s:5:\"title\";s:6:\"white3\";s:5:\"color\";s:7:\"#F4F4F4\";}i:46;a:3:{s:3:\"_id\";s:7:\"adc553f\";s:5:\"title\";s:10:\"blacktrans\";s:5:\"color\";s:9:\"#2F2F2F63\";}i:47;a:3:{s:3:\"_id\";s:7:\"a46d2a4\";s:5:\"title\";s:8:\"darkgrey\";s:5:\"color\";s:7:\"#DBDBDB\";}i:48;a:3:{s:5:\"title\";s:8:\"bold red\";s:3:\"_id\";s:7:\"55009b5\";s:5:\"color\";s:7:\"#00FFFF\";}i:49;a:3:{s:3:\"_id\";s:7:\"0bd7bf8\";s:5:\"title\";s:13:\"white trans 2\";s:5:\"color\";s:9:\"#FFFFFFEB\";}i:50;a:3:{s:3:\"_id\";s:7:\"4c2f855\";s:5:\"title\";s:9:\"red trans\";s:5:\"color\";s:9:\"#F7260314\";}i:51;a:3:{s:3:\"_id\";s:7:\"f4794fd\";s:5:\"title\";s:9:\"greytrans\";s:5:\"color\";s:9:\"#FFFFFFC9\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i: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:4:\"Hind\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;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:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:12:\"Noto Sans JP\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"__globals__\";a:22:{s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=cbee878\";s:8:\"h2_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=593381a\";s:8:\"h3_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=aa08128\";s:8:\"h4_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=f203c23\";s:8:\"h5_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=a2fc1b9\";s:8:\"h6_color\";s:25:\"globals/colors?id=45bcc5b\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=d3ea90d\";s:17:\"link_normal_color\";s:0:\"\";s:33:\"link_normal_typography_typography\";s:26:\"globals/typography?id=text\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:23:\"button_background_color\";s:25:\"globals/colors?id=55009b5\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=34da2f3\";s:17:\"button_text_color\";s:25:\"globals/colors?id=e64be90\";s:19:\"button_border_color\";s:25:\"globals/colors?id=639e95c\";s:25:\"button_hover_border_color\";s:25:\"globals/colors?id=730643a\";}s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:19:\"button_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:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"28\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"28\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"24\";s:8:\"isLinked\";b:0;}s:15:\"activeItemIndex\";i:1;s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:6:\"Roboto\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:29:\"button_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:7:\"#A28B68\";s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:25:\"button_hover_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:10:\"body_color\";s:7:\"#7A7A7A\";s:8:\"h1_color\";s:7:\"#484848\";s:8:\"h2_color\";s:7:\"#484848\";s:8:\"h3_color\";s:7:\"#484848\";s:8:\"h4_color\";s:7:\"#484848\";s:8:\"h5_color\";s:7:\"#484848\";s:8:\"h6_color\";s:7:\"#484848\";s:25:\"button_hover_border_color\";s:7:\"#8D8980\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1300;s:5:\"sizes\";a:0:{}}s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Roboto\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Roboto\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"400\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:4:\"Lato\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";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:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:4:\"Lato\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"600\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:4:\"Lato\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:4:\"Lato\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:4:\"Lato\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"600\";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:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:4:\"Lato\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;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\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:39:\"link_normal_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:16:\"c.w.Pickett, LLC\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";}'),(757,129,'_elementor_data','[]'),(758,129,'_elementor_page_assets','a:0:{}'),(760,13,'_elementor_css','a:6:{s:4:\"time\";i:1717011809;s:5:\"fonts\";a:6:{i:0;s:4:\"Hind\";i:2;s:6:\"Roboto\";i:3;s:12:\"Noto Sans JP\";i:16;s:18:\"Shadows Into Light\";i:19;s:4:\"Mako\";i:20;s:4:\"Lato\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(773,131,'_wp_attached_file','2024/05/red2-1.png'),(774,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:490;s:6:\"height\";i:504;s:4:\"file\";s:18:\"2024/05/red2-1.png\";s:8:\"filesize\";i:31745;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"red2-1-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12154;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"red2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4390;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(775,132,'_elementor_edit_mode','builder'),(776,132,'_elementor_template_type','wp-page'),(777,132,'_elementor_version','3.21.8'),(778,132,'_wp_page_template','elementor_header_footer'),(779,132,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(780,132,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(781,132,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(782,132,'_elementor_css','a:6:{s:4:\"time\";i:1717012093;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(783,133,'_elementor_edit_mode','builder'),(784,133,'_elementor_template_type','wp-page'),(785,133,'_elementor_version','3.21.8'),(786,133,'_wp_page_template','elementor_header_footer'),(787,133,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(788,133,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(789,133,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(790,133,'_elementor_css','a:6:{s:4:\"time\";i:1717012093;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(791,134,'_elementor_edit_mode','builder'),(792,134,'_elementor_template_type','wp-page'),(793,134,'_elementor_version','3.21.8'),(794,134,'_wp_page_template','elementor_header_footer'),(795,134,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(796,134,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(797,134,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(798,134,'_elementor_css','a:6:{s:4:\"time\";i:1717012093;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(800,135,'_wp_attached_file','2024/05/concrete-jungle.png'),(801,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:358;s:6:\"height\";i:252;s:4:\"file\";s:27:\"2024/05/concrete-jungle.png\";s:8:\"filesize\";i:37085;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"concrete-jungle-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"concrete-jungle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37736;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(802,136,'_wp_attached_file','2024/05/qi.jpg'),(803,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:296;s:6:\"height\";i:296;s:4:\"file\";s:14:\"2024/05/qi.jpg\";s:8:\"filesize\";i:34840;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"qi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(804,137,'_wp_attached_file','2024/05/tampon-break20231117_17285087-1-685x466-1.jpg'),(805,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:685;s:6:\"height\";i:466;s:4:\"file\";s:53:\"2024/05/tampon-break20231117_17285087-1-685x466-1.jpg\";s:8:\"filesize\";i:55725;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"tampon-break20231117_17285087-1-685x466-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"tampon-break20231117_17285087-1-685x466-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:6525;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(815,139,'_wp_page_template','elementor_canvas'),(816,139,'_elementor_edit_mode','builder'),(817,139,'_elementor_template_type','wp-post'),(818,139,'_elementor_version','3.21.8'),(819,139,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=730a667\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(820,139,'_elementor_page_assets','a:0:{}'),(821,139,'_elementor_css','a:6:{s:4:\"time\";i:1717011809;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(822,140,'_wp_page_template','elementor_canvas'),(823,140,'_elementor_edit_mode','builder'),(824,140,'_elementor_template_type','wp-post'),(825,140,'_elementor_version','3.21.8'),(826,140,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=730a667\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(827,140,'_elementor_page_assets','a:0:{}'),(828,140,'_elementor_css','a:6:{s:4:\"time\";i:1717011809;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(829,141,'_wp_page_template','elementor_canvas'),(830,141,'_elementor_edit_mode','builder'),(831,141,'_elementor_template_type','wp-post'),(832,141,'_elementor_version','3.21.8'),(833,141,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=730a667\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(834,141,'_elementor_page_assets','a:0:{}'),(835,141,'_elementor_css','a:6:{s:4:\"time\";i:1717011809;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(836,142,'_wp_page_template','elementor_canvas'),(837,142,'_elementor_edit_mode','builder'),(838,142,'_elementor_template_type','wp-post'),(839,142,'_elementor_version','3.21.8'),(840,142,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1 505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:1 505 555 5555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(841,142,'_elementor_page_assets','a:0:{}'),(842,142,'_elementor_css','a:6:{s:4:\"time\";i:1717011810;s:5:\"fonts\";a:1:{i:0;s:8:\"Aclonica\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(843,143,'_wp_page_template','elementor_canvas'),(844,143,'_elementor_edit_mode','builder'),(845,143,'_elementor_template_type','wp-post'),(846,143,'_elementor_version','3.21.8'),(847,143,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1 505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:1 505 555 5555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(848,143,'_elementor_page_assets','a:0:{}'),(849,143,'_elementor_css','a:6:{s:4:\"time\";i:1717011810;s:5:\"fonts\";a:1:{i:0;s:8:\"Aclonica\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(850,144,'_wp_page_template','elementor_canvas'),(851,144,'_elementor_edit_mode','builder'),(852,144,'_elementor_template_type','wp-post'),(853,144,'_elementor_version','3.21.8'),(854,144,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1 505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:1 505 555 5555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(855,144,'_elementor_page_assets','a:0:{}'),(856,144,'_elementor_css','a:6:{s:4:\"time\";i:1717011810;s:5:\"fonts\";a:1:{i:0;s:8:\"Aclonica\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(859,145,'_wp_page_template','elementor_canvas'),(860,145,'_elementor_edit_mode','builder'),(861,145,'_elementor_template_type','wp-post'),(862,145,'_elementor_version','3.21.8'),(863,145,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=730a667\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(864,145,'_elementor_page_assets','a:0:{}'),(865,145,'_elementor_css','a:6:{s:4:\"time\";i:1717013168;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(866,146,'_wp_page_template','elementor_canvas'),(867,146,'_elementor_edit_mode','builder'),(868,146,'_elementor_template_type','wp-post'),(869,146,'_elementor_version','3.21.8'),(870,146,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=730a667\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"flex-start\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(871,146,'_elementor_page_assets','a:0:{}'),(872,146,'_elementor_css','a:6:{s:4:\"time\";i:1717013168;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(873,147,'_wp_page_template','elementor_canvas'),(874,147,'_elementor_edit_mode','builder'),(875,147,'_elementor_template_type','wp-post'),(876,147,'_elementor_version','3.21.8'),(877,147,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(878,147,'_elementor_page_assets','a:0:{}'),(879,147,'_elementor_css','a:6:{s:4:\"time\";i:1717013168;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(881,148,'_wp_page_template','elementor_canvas'),(882,148,'_elementor_edit_mode','builder'),(883,148,'_elementor_template_type','wp-post'),(884,148,'_elementor_version','3.21.8'),(885,148,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(886,148,'_elementor_page_assets','a:0:{}'),(887,148,'_elementor_css','a:6:{s:4:\"time\";i:1717013216;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(888,149,'_wp_page_template','elementor_canvas'),(889,149,'_elementor_edit_mode','builder'),(890,149,'_elementor_template_type','wp-post'),(891,149,'_elementor_version','3.21.8'),(892,149,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(893,149,'_elementor_page_assets','a:0:{}'),(894,149,'_elementor_css','a:6:{s:4:\"time\";i:1717013216;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(895,150,'_wp_page_template','elementor_canvas'),(896,150,'_elementor_edit_mode','builder'),(897,150,'_elementor_template_type','wp-post'),(898,150,'_elementor_version','3.21.8'),(899,150,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(900,150,'_elementor_page_assets','a:0:{}'),(901,150,'_elementor_css','a:6:{s:4:\"time\";i:1717013216;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(902,151,'_wp_attached_file','2024/05/image_2024_05_29T20_07_48_795Z.png'),(903,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:35;s:6:\"height\";i:41;s:4:\"file\";s:42:\"2024/05/image_2024_05_29T20_07_48_795Z.png\";s:8:\"filesize\";i:725;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(904,152,'_wp_attached_file','2024/05/cropped-image_2024_05_29T20_07_48_795Z.png'),(905,152,'_wp_attachment_context','site-icon'),(906,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:50:\"2024/05/cropped-image_2024_05_29T20_07_48_795Z.png\";s:8:\"filesize\";i:5238;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"cropped-image_2024_05_29T20_07_48_795Z-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"cropped-image_2024_05_29T20_07_48_795Z-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3483;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:50:\"cropped-image_2024_05_29T20_07_48_795Z-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4791;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:50:\"cropped-image_2024_05_29T20_07_48_795Z-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3898;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:50:\"cropped-image_2024_05_29T20_07_48_795Z-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3680;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:48:\"cropped-image_2024_05_29T20_07_48_795Z-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:979;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(908,153,'_wp_page_template','elementor_canvas'),(909,153,'_elementor_edit_mode','builder'),(910,153,'_elementor_template_type','wp-post'),(911,153,'_elementor_version','3.21.8'),(912,153,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(913,153,'_elementor_page_assets','a:0:{}'),(914,153,'_elementor_css','a:6:{s:4:\"time\";i:1717013407;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(915,154,'_wp_page_template','elementor_canvas'),(916,154,'_elementor_edit_mode','builder'),(917,154,'_elementor_template_type','wp-post'),(918,154,'_elementor_version','3.21.8'),(919,154,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(920,154,'_elementor_page_assets','a:0:{}'),(921,154,'_elementor_css','a:6:{s:4:\"time\";i:1717013407;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(922,155,'_wp_page_template','elementor_canvas'),(923,155,'_elementor_edit_mode','builder'),(924,155,'_elementor_template_type','wp-post'),(925,155,'_elementor_version','3.21.8'),(926,155,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(927,155,'_elementor_page_assets','a:0:{}'),(928,155,'_elementor_css','a:6:{s:4:\"time\";i:1717013407;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(930,156,'_menu_item_type','custom'),(931,156,'_menu_item_menu_item_parent','0'),(932,156,'_menu_item_object_id','156'),(933,156,'_menu_item_object','custom'),(934,156,'_menu_item_target',''),(935,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(936,156,'_menu_item_xfn',''),(937,156,'_menu_item_url','#'),(939,157,'_wp_page_template','elementor_canvas'),(940,157,'_elementor_edit_mode','builder'),(941,157,'_elementor_template_type','wp-post'),(942,157,'_elementor_version','3.21.8'),(943,157,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(944,157,'_elementor_page_assets','a:0:{}'),(945,157,'_elementor_css','a:6:{s:4:\"time\";i:1717013435;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(946,158,'_wp_page_template','elementor_canvas'),(947,158,'_elementor_edit_mode','builder'),(948,158,'_elementor_template_type','wp-post'),(949,158,'_elementor_version','3.21.8'),(950,158,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(951,158,'_elementor_page_assets','a:0:{}'),(952,158,'_elementor_css','a:6:{s:4:\"time\";i:1717013435;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(953,159,'_wp_page_template','elementor_canvas'),(954,159,'_elementor_edit_mode','builder'),(955,159,'_elementor_template_type','wp-post'),(956,159,'_elementor_version','3.21.8'),(957,159,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(958,159,'_elementor_page_assets','a:0:{}'),(959,159,'_elementor_css','a:6:{s:4:\"time\";i:1717013435;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(961,160,'_wp_attached_file','2024/05/001-2.jpg'),(962,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:358;s:6:\"height\";i:252;s:4:\"file\";s:17:\"2024/05/001-2.jpg\";s:8:\"filesize\";i:32938;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"001-2-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"001-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:7511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(963,161,'_wp_attached_file','2024/05/002-2.jpg'),(964,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:358;s:6:\"height\";i:252;s:4:\"file\";s:17:\"2024/05/002-2.jpg\";s:8:\"filesize\";i:94722;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"002-2-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"002-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:7113;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(965,162,'_wp_attached_file','2024/05/self-defense-1.png'),(966,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:422;s:6:\"height\";i:520;s:4:\"file\";s:26:\"2024/05/self-defense-1.png\";s:8:\"filesize\";i:13984;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"self-defense-1-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"self-defense-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6616;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(967,163,'_wp_attached_file','2024/05/cooler-1.png'),(968,163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:417;s:6:\"height\";i:569;s:4:\"file\";s:20:\"2024/05/cooler-1.png\";s:8:\"filesize\";i:19052;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"cooler-1-220x300.png\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"cooler-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8871;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(969,164,'_wp_attached_file','2024/05/stamina-1.png'),(970,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:673;s:6:\"height\";i:491;s:4:\"file\";s:21:\"2024/05/stamina-1.png\";s:8:\"filesize\";i:26449;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"stamina-1-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"stamina-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10801;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(971,165,'_wp_attached_file','2024/05/strenght-1.png'),(972,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:532;s:6:\"height\";i:593;s:4:\"file\";s:22:\"2024/05/strenght-1.png\";s:8:\"filesize\";i:22434;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"strenght-1-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"strenght-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(973,166,'_elementor_edit_mode','builder'),(974,166,'_elementor_template_type','wp-page'),(975,166,'_elementor_version','3.21.8'),(976,166,'_wp_page_template','elementor_header_footer'),(977,166,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(978,166,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(979,166,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(980,166,'_elementor_css','a:6:{s:4:\"time\";i:1717012768;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(981,167,'_elementor_edit_mode','builder'),(982,167,'_elementor_template_type','wp-page'),(983,167,'_elementor_version','3.21.8'),(984,167,'_wp_page_template','elementor_header_footer'),(985,167,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(986,167,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Junior Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judo Class\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina.png\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght.png\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense.png\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler.png\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(987,167,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(988,167,'_elementor_css','a:6:{s:4:\"time\";i:1717012768;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(989,168,'_elementor_edit_mode','builder'),(990,168,'_elementor_template_type','wp-page'),(991,168,'_elementor_version','3.21.8'),(992,168,'_wp_page_template','elementor_header_footer'),(993,168,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'); INSERT INTO `carolpickett2_postmeta` VALUES (994,168,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(995,168,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(996,168,'_elementor_css','a:6:{s:4:\"time\";i:1717012768;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(997,169,'_edit_lock','1717016615:1'),(998,170,'_edit_lock','1717016668:1'),(999,171,'_edit_lock','1717016558:1'),(1002,170,'_oembed_17fb332f2b10730e5d12b6bcd1f90a18','{{unknown}}'),(1009,171,'ekit_post_views_count','6'),(1013,169,'_thumbnail_id','161'),(1016,170,'_thumbnail_id','160'),(1019,171,'_thumbnail_id','135'),(1020,176,'_wp_page_template','elementor_canvas'),(1021,176,'_elementor_edit_mode','builder'),(1022,176,'_elementor_template_type','wp-post'),(1023,176,'_elementor_version','3.21.8'),(1024,176,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1025,176,'_elementor_page_assets','a:0:{}'),(1026,176,'_elementor_css','a:6:{s:4:\"time\";i:1717013524;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1027,177,'_wp_page_template','elementor_canvas'),(1028,177,'_elementor_edit_mode','builder'),(1029,177,'_elementor_template_type','wp-post'),(1030,177,'_elementor_version','3.21.8'),(1031,177,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1032,177,'_elementor_page_assets','a:0:{}'),(1033,177,'_elementor_css','a:6:{s:4:\"time\";i:1717013524;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1034,178,'_wp_page_template','elementor_canvas'),(1035,178,'_elementor_edit_mode','builder'),(1036,178,'_elementor_template_type','wp-post'),(1037,178,'_elementor_version','3.21.8'),(1038,178,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1039,178,'_elementor_page_assets','a:0:{}'),(1040,178,'_elementor_css','a:6:{s:4:\"time\";i:1717013524;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1042,179,'_elementor_edit_mode','builder'),(1043,179,'_elementor_template_type','wp-page'),(1044,179,'_elementor_version','3.21.8'),(1045,179,'_wp_page_template','elementor_header_footer'),(1046,179,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1047,179,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1048,179,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1049,179,'_elementor_css','a:6:{s:4:\"time\";i:1717013891;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1050,180,'_elementor_edit_mode','builder'),(1051,180,'_elementor_template_type','wp-page'),(1052,180,'_elementor_version','3.21.8'),(1053,180,'_wp_page_template','elementor_header_footer'),(1054,180,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1055,180,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1056,180,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1057,180,'_elementor_css','a:6:{s:4:\"time\";i:1717013891;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1058,181,'_elementor_edit_mode','builder'),(1059,181,'_elementor_template_type','wp-page'),(1060,181,'_elementor_version','3.21.8'),(1061,181,'_wp_page_template','elementor_header_footer'),(1062,181,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1063,181,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1064,181,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1065,181,'_elementor_css','a:6:{s:4:\"time\";i:1717013891;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1067,169,'ekit_post_views_count','2'),(1068,170,'ekit_post_views_count','3'),(1069,182,'_wp_page_template','elementor_canvas'),(1070,182,'_elementor_edit_mode','builder'),(1071,182,'_elementor_template_type','wp-post'),(1072,182,'_elementor_version','3.21.8'),(1073,182,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1074,182,'_elementor_page_assets','a:0:{}'),(1075,182,'_elementor_css','a:6:{s:4:\"time\";i:1717014196;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1076,183,'_wp_page_template','elementor_canvas'),(1077,183,'_elementor_edit_mode','builder'),(1078,183,'_elementor_template_type','wp-post'),(1079,183,'_elementor_version','3.21.8'),(1080,183,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1081,183,'_elementor_page_assets','a:0:{}'),(1082,183,'_elementor_css','a:6:{s:4:\"time\";i:1717014196;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1083,184,'_wp_page_template','elementor_canvas'),(1084,184,'_elementor_edit_mode','builder'),(1085,184,'_elementor_template_type','wp-post'),(1086,184,'_elementor_version','3.21.8'),(1087,184,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1088,184,'_elementor_page_assets','a:0:{}'),(1089,184,'_elementor_css','a:6:{s:4:\"time\";i:1717014196;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1091,185,'_wp_page_template','elementor_canvas'),(1092,185,'_elementor_edit_mode','builder'),(1093,185,'_elementor_template_type','wp-post'),(1094,185,'_elementor_version','3.21.8'),(1095,185,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1096,185,'_elementor_page_assets','a:0:{}'),(1097,185,'_elementor_css','a:6:{s:4:\"time\";i:1717014556;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1098,186,'_wp_page_template','elementor_canvas'),(1099,186,'_elementor_edit_mode','builder'),(1100,186,'_elementor_template_type','wp-post'),(1101,186,'_elementor_version','3.21.8'),(1102,186,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1103,186,'_elementor_page_assets','a:0:{}'),(1104,186,'_elementor_css','a:6:{s:4:\"time\";i:1717014556;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1105,187,'_wp_page_template','elementor_canvas'),(1106,187,'_elementor_edit_mode','builder'),(1107,187,'_elementor_template_type','wp-post'),(1108,187,'_elementor_version','3.21.8'),(1109,187,'_elementor_data','[{\"id\":\"6047def8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"z_index\":99},\"elements\":[{\"id\":\"5673af7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"content_position\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"c0d6b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Anek Gujarati\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6ee76a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"align\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[{\"id\":\"7a1c4cb3\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"__globals__\":{\"menu_typography_typography\":\"\",\"color_menu_item\":\"globals\\/colors?id=45bcc5b\",\"color_menu_item_hover\":\"globals\\/colors?id=55009b5\",\"all_text_color\":\"globals\\/colors?id=3f37fea\",\"all_background_color_color\":\"globals\\/colors?id=eb507f3\",\"all_background_hover_color_color\":\"globals\\/colors?id=34da2f3\",\"all_border_color\":\"globals\\/colors?id=9fee319\",\"all_hover_color\":\"globals\\/colors?id=e64be90\",\"all_border_hover_color\":\"globals\\/colors?id=34da2f3\",\"color_menu_item_active\":\"globals\\/colors?id=34da2f3\",\"background_color_dropdown_item\":\"globals\\/colors?id=a660f96\"},\"menu_last_item\":\"cta\",\"dropdown\":\"mobile\",\"resp_align\":\"right\",\"padding_horizontal_menu_item_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"none\",\"all_background_color_background\":\"classic\",\"all_background_hover_color_background\":\"classic\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"color_menu_item\":\"#484848\",\"color_menu_item_hover\":\"#F72603\",\"color_menu_item_active\":\"#FE5033\",\"background_color_dropdown_item\":\"#F4F4F4\",\"all_text_color\":\"#3A3A3A\",\"all_background_color_color\":\"#FFFFFF00\",\"all_border_color\":\"#2F2F2F\",\"all_hover_color\":\"#FFFFFF\",\"all_background_hover_color_color\":\"#FE5033\",\"all_border_hover_color\":\"#FE5033\",\"_flex_align_self\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1110,187,'_elementor_page_assets','a:0:{}'),(1111,187,'_elementor_css','a:6:{s:4:\"time\";i:1717014556;s:5:\"fonts\";a:2:{i:0;s:8:\"Aclonica\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1112,188,'_wp_page_template','elementor_canvas'),(1113,188,'_elementor_edit_mode','builder'),(1114,188,'_elementor_template_type','wp-post'),(1115,188,'_elementor_version','3.21.8'),(1116,188,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1 505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:1 505 555 5555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(1117,188,'_elementor_page_assets','a:0:{}'),(1118,188,'_elementor_css','a:6:{s:4:\"time\";i:1717013168;s:5:\"fonts\";a:1:{i:0;s:8:\"Aclonica\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1119,189,'_wp_page_template','elementor_canvas'),(1120,189,'_elementor_edit_mode','builder'),(1121,189,'_elementor_template_type','wp-post'),(1122,189,'_elementor_version','3.21.8'),(1123,189,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"title_color\":\"#F5F5F5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1 505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:1 505 555 5555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(1124,189,'_elementor_page_assets','a:0:{}'),(1125,189,'_elementor_css','a:6:{s:4:\"time\";i:1717013168;s:5:\"fonts\";a:1:{i:0;s:8:\"Aclonica\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1126,190,'_wp_page_template','elementor_canvas'),(1127,190,'_elementor_edit_mode','builder'),(1128,190,'_elementor_template_type','wp-post'),(1129,190,'_elementor_version','3.21.8'),(1130,190,'_elementor_data','[{\"id\":\"4de5445d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\",\"background_overlay_color\":\"\",\"background_color_b\":\"globals\\/colors?id=89b15fa\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"https:\\/\\/kitpro.site\\/kidster\\/wp-content\\/uploads\\/sites\\/56\\/2021\\/12\\/Cartoon-Forest-Background-xg.png\",\"id\":103,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-453,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-235,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"background_repeat_tablet\":\"no-repeat\",\"background_repeat_mobile\":\"no-repeat\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#7EC242\"},\"elements\":[{\"id\":\"50106a36\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"494e3c5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"69795a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.66199999999999903366187936626374721527099609375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"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}},\"elements\":[{\"id\":\"4df4e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF DEFENSE\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Anek Gujarati\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"521ac1bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Maecenas tristique in ipsum et commodo lorem<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"typography_typography\":\"globals\\/typography?id=f8cdd91\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"6\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e48face\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.300000000000000710542735760100185871124267578125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"359fe1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e8a7bfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"851b6b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663b18e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Milestone\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596a465c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"510addda\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.3970000000000002415845301584340631961822509765625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fd48a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b822f01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transaction\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50aa054f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1833728b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a42ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e860e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.60300000000000153477230924181640148162841796875,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1232422e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Further Information\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d19b6f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms & Condition\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2082d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e368385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal Info\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f8cdd91\",\"title_color\":\"globals\\/colors?id=76544c2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e3fc3cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fa876\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f54c82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"1 505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"8ae639c\",\"link\":{\"url\":\"tel:1 505 555 5555\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"email@email.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"39a3b28\",\"link\":{\"url\":\"mailto:email@email.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=e64be90\",\"text_color\":\"globals\\/colors?id=76544c2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"194e2e09\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"19d09d9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"38524bb\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e315dc4\"}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=55009b5\",\"icon_secondary_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50d8f16a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"Copyright \\u00a9 [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"}},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":false}],\"isInner\":false}]'),(1131,190,'_elementor_page_assets','a:0:{}'),(1132,190,'_elementor_css','a:6:{s:4:\"time\";i:1717013168;s:5:\"fonts\";a:1:{i:0;s:8:\"Aclonica\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1133,102,'_elementor_css','a:6:{s:4:\"time\";i:1717014687;s:5:\"fonts\";a:2:{i:0;s:13:\"Anek Gujarati\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1134,104,'_elementor_css','a:6:{s:4:\"time\";i:1717014687;s:5:\"fonts\";a:1:{i:0;s:13:\"Anek Gujarati\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1143,192,'_wp_page_template','elementor_canvas'),(1144,192,'metform_form__form_setting','a:137:{s:10:\"form_title\";s:10:\"newsletter\";s:9:\"form_type\";s:12:\"general-form\";s:15:\"success_message\";s:39:\"Thank you! Form submitted successfully.\";s:12:\"quiz_summery\";s:0:\"\";s:13:\"store_entries\";s:1:\"1\";s:11:\"entry_title\";s:0:\"\";s:26:\"hide_form_after_submission\";s:0:\"\";s:11:\"redirect_to\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:17:\"failed_cancel_url\";s:0:\"\";s:13:\"require_login\";s:0:\"\";s:26:\"limit_total_entries_status\";s:0:\"\";s:19:\"limit_total_entries\";s:0:\"\";s:11:\"count_views\";s:0:\"\";s:26:\"mf_stop_vertical_scrolling\";s:0:\"\";s:19:\"multiple_submission\";s:0:\"\";s:16:\"enable_recaptcha\";s:0:\"\";s:25:\"capture_user_browser_data\";s:0:\"\";s:24:\"enable_user_notification\";s:0:\"\";s:18:\"user_email_subject\";s:0:\"\";s:15:\"user_email_from\";s:0:\"\";s:19:\"user_email_reply_to\";s:0:\"\";s:15:\"user_email_body\";s:0:\"\";s:33:\"user_email_attach_submission_copy\";s:0:\"\";s:25:\"enable_admin_notification\";s:0:\"\";s:19:\"admin_email_subject\";s:0:\"\";s:16:\"admin_email_from\";s:0:\"\";s:14:\"admin_email_to\";s:0:\"\";s:20:\"admin_email_reply_to\";s:0:\"\";s:16:\"admin_email_body\";s:0:\"\";s:34:\"admin_email_attach_submission_copy\";s:0:\"\";s:13:\"mf_mail_chimp\";s:0:\"\";s:15:\"mf_get_response\";s:0:\"\";s:22:\"mf_get_reponse_api_key\";s:0:\"\";s:23:\"mf_get_response_list_id\";s:0:\"\";s:11:\"mf_automizy\";s:0:\"\";s:21:\"mf_automizy_api_token\";s:0:\"\";s:19:\"mf_automizy_list_id\";s:0:\"\";s:11:\"mf_rest_api\";s:0:\"\";s:15:\"mf_rest_api_url\";s:0:\"\";s:18:\"mf_rest_api_method\";s:0:\"\";s:20:\"mf_mailchimp_api_key\";s:0:\"\";s:26:\"mf_active_campaign_api_key\";s:0:\"\";s:22:\"mf_active_campaign_url\";s:0:\"\";s:20:\"mf_mailchimp_list_id\";s:0:\"\";s:9:\"mf_zapier\";s:0:\"\";s:17:\"mf_zapier_webhook\";s:0:\"\";s:8:\"mf_slack\";s:0:\"\";s:16:\"mf_slack_webhook\";s:0:\"\";s:9:\"mf_fluent\";s:0:\"\";s:17:\"mf_fluent_webhook\";s:0:\"\";s:17:\"mf_thank_you_page\";s:0:\"\";s:14:\"mf_cancel_page\";s:0:\"\";s:9:\"mf_paypal\";s:0:\"\";s:19:\"mf_payment_currency\";s:0:\"\";s:15:\"mf_paypal_email\";s:0:\"\";s:15:\"mf_paypal_token\";s:0:\"\";s:17:\"mf_paypal_sandbox\";s:0:\"\";s:9:\"mf_stripe\";s:0:\"\";s:19:\"mf_stripe_image_url\";s:0:\"\";s:31:\"mf_stripe_live_publishiable_key\";s:0:\"\";s:25:\"mf_stripe_live_secret_key\";s:0:\"\";s:17:\"mf_stripe_sandbox\";s:0:\"\";s:31:\"mf_stripe_test_publishiable_key\";s:0:\"\";s:25:\"mf_stripe_test_secret_key\";s:0:\"\";s:21:\"mf_google_map_api_key\";s:0:\"\";s:16:\"mf_save_progress\";s:0:\"\";s:18:\"mf_field_name_show\";s:0:\"\";s:12:\"mf_recaptcha\";s:0:\"\";s:20:\"mf_recaptcha_version\";s:0:\"\";s:21:\"mf_recaptcha_site_key\";s:0:\"\";s:23:\"mf_recaptcha_secret_key\";s:0:\"\";s:24:\"mf_recaptcha_site_key_v3\";s:0:\"\";s:26:\"mf_recaptcha_secret_key_v3\";s:0:\"\";s:14:\"mf_convert_kit\";s:0:\"\";s:15:\"mf_ckit_list_id\";s:0:\"\";s:15:\"mf_ckit_api_key\";s:0:\"\";s:15:\"mf_ckit_sec_key\";s:0:\"\";s:21:\"mf_aweber_dev_api_key\";s:0:\"\";s:21:\"mf_aweber_dev_api_sec\";s:0:\"\";s:14:\"mf_mail_aweber\";s:0:\"\";s:17:\"mf_aweber_list_id\";s:0:\"\";s:18:\"mf_active_campaign\";s:0:\"\";s:26:\"mf_active_campaign_list_id\";s:0:\"\";s:25:\"mf_active_campaign_tag_id\";s:0:\"\";s:12:\"mf_mail_poet\";s:0:\"\";s:20:\"mf_mail_poet_list_id\";s:0:\"\";s:10:\"mf_hubspot\";s:0:\"\";s:16:\"mf_hubspot_forms\";s:0:\"\";s:16:\"mf_hubsopt_token\";s:0:\"\";s:24:\"mf_hubsopt_refresh_token\";s:0:\"\";s:21:\"mf_hubsopt_token_type\";s:0:\"\";s:21:\"mf_hubsopt_expires_in\";s:0:\"\";s:20:\"mf_hubspot_form_guid\";s:0:\"\";s:24:\"mf_hubspot_form_portalId\";s:0:\"\";s:7:\"mf_zoho\";s:0:\"\";s:13:\"mf_zoho_token\";s:0:\"\";s:15:\"mf_registration\";s:0:\"\";s:8:\"mf_login\";s:0:\"\";s:15:\"mf_form_to_post\";s:0:\"\";s:11:\"mf_mailster\";s:0:\"\";s:19:\"mf_mailster_list_id\";s:0:\"\";s:18:\"mf_mailster_fields\";s:0:\"\";s:28:\"mf_post_submission_post_type\";s:0:\"\";s:24:\"mf_post_submission_title\";s:0:\"\";s:26:\"mf_post_submission_content\";s:0:\"\";s:25:\"mf_post_submission_author\";s:0:\"\";s:33:\"mf_post_submission_featured_image\";s:0:\"\";s:12:\"mf_helpscout\";s:0:\"\";s:19:\"mf_helpscout_app_id\";s:0:\"\";s:23:\"mf_helpscout_app_secret\";s:0:\"\";s:18:\"mf_helpscout_token\";s:0:\"\";s:20:\"mf_helpscout_mailbox\";s:0:\"\";s:33:\"mf_helpscout_conversation_subject\";s:0:\"\";s:40:\"mf_helpscout_conversation_customer_email\";s:0:\"\";s:45:\"mf_helpscout_conversation_customer_first_name\";s:0:\"\";s:44:\"mf_helpscout_conversation_customer_last_name\";s:0:\"\";s:42:\"mf_helpscout_conversation_customer_message\";s:0:\"\";s:15:\"mf_google_sheet\";s:0:\"\";s:30:\"mf_google_spreadsheets_list_id\";s:0:\"\";s:24:\"mf_google_sheets_list_id\";s:0:\"\";s:25:\"mf_google_sheet_client_id\";s:0:\"\";s:29:\"mf_google_sheet_client_secret\";s:0:\"\";s:25:\"email_verification_enable\";s:0:\"\";s:32:\"email_verification_email_subject\";s:0:\"\";s:35:\"email_verification_confirm_redirect\";s:0:\"\";s:26:\"email_verification_heading\";s:0:\"\";s:28:\"email_verification_paragraph\";s:0:\"\";s:13:\"mf_sms_status\";s:0:\"\";s:11:\"mf_sms_from\";s:0:\"\";s:25:\"mf_sms_twilio_account_sid\";s:0:\"\";s:24:\"mf_sms_twilio_auth_token\";s:0:\"\";s:18:\"mf_sms_user_status\";s:0:\"\";s:16:\"mf_sms_user_body\";s:0:\"\";s:19:\"mf_sms_admin_status\";s:0:\"\";s:17:\"mf_sms_admin_body\";s:0:\"\";s:15:\"mf_sms_admin_to\";s:0:\"\";}'),(1145,192,'_elementor_edit_mode','builder'),(1146,192,'_metform_cloned_id','template-1'),(1147,192,'_elementor_data','[{\"id\":\"73d1f3b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bc503f3\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ddbf16d\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Your Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"2c70a738\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_btn_align\":\"justify\",\"mf_hidden_input\":[],\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=55009b5\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=34da2f3\"},\"mf_btn_align_tablet\":\"justify\",\"mf_btn_align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1148,192,'ekit_post_views_count','5'),(1149,192,'_edit_lock','1717016601:1'),(1150,193,'_wp_page_template','elementor_canvas'),(1151,193,'_elementor_edit_mode','builder'),(1152,193,'_elementor_data','[{\"id\":\"26ea9738\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}]},\"elements\":[{\"id\":\"2a9965b8\",\"settings\":{\"title\":\"Simple Contact Form\",\"header_size\":\"h3\",\"title_color\":\"#0D1427\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"15\",\"bottom\":\"17\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"63c841d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"isInner\":false,\"widgetType\":\"heading\",\"elType\":\"widget\"},{\"id\":\"6a37e2f9\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"0fbbc40\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"24dd7809\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f47f2c5\"}]},\"elements\":[{\"id\":\"184663a1\",\"settings\":{\"mf_input_label\":\"First Name\",\"mf_input_name\":\"mf-first-name\",\"mf_input_placeholder\":\"First name here\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"#0D1427\",\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"17\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#878991\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"30812ac\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"},\"mf_input_warning_text_typography_typography\":\"custom\",\"mf_input_warning_text_typography_font_family\":\"Roboto\",\"mf_input_warning_text_typography_font_weight\":\"600\"},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-text\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"},{\"id\":\"1e243baf\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"8ee7e1f\"}]},\"elements\":[{\"id\":\"763108f5\",\"settings\":{\"mf_input_label\":\"Last Name\",\"mf_input_name\":\"mf-last-name\",\"mf_input_placeholder\":\"Last name here\",\"mf_input_label_color\":\"#0D1427\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"17\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#878991\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"30812ac\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-text\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"}],\"isInner\":true,\"elType\":\"section\"},{\"id\":\"3a62ea78\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"8ee8223\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"2c9a43de\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"77ffe1a\"}]},\"elements\":[{\"id\":\"47e25ccc\",\"settings\":{\"mf_input_label\":\"Email Address\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Add email\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#0D1427\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"17\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#878991\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"30812ac\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-email\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"},{\"id\":\"676e8797\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"68bc53c\"}]},\"elements\":[{\"id\":\"20deb7b9\",\"settings\":{\"mf_input_label\":\"Subject\",\"mf_input_name\":\"mf-subject\",\"mf_input_placeholder\":\"How can we help you?\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#0D1427\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"17\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#878991\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"30812ac\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-text\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"}],\"isInner\":true,\"elType\":\"section\"},{\"id\":\"1f6daab4\",\"settings\":{\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"15d21b3\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"54f54cbc\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"adcaf84\"}]},\"elements\":[{\"id\":\"7e5c045e\",\"settings\":{\"mf_input_label\":\"Comments / Questions\",\"mf_input_name\":\"mf-comment\",\"mf_input_placeholder\":\"Comments\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#0D1427\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"500\",\"mf_input_placeholder_color\":\"#878991\",\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"6609fcf\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-textarea\",\"elType\":\"widget\"},{\"id\":\"4429ff08\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"mf_recaptcha_type\":\"recaptcha-v2\",\"mf_input_label\":\"reCAPTCHA\",\"mf_input_placeholder\":\"reCAPTCHA\",\"ekit_all_conditions_list\":[{\"_id\":\"ab08d5c\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-recaptcha\",\"elType\":\"widget\"},{\"id\":\"d3af341\",\"settings\":{\"mf_btn_text\":\"Send Message\",\"mf_btn_align\":\"\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"28\",\"bottom\":\"16\",\"left\":\"28\",\"isLinked\":false},\"mf_btn_typography_typography\":\"custom\",\"mf_btn_typography_font_family\":\"Roboto\",\"mf_btn_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_btn_typography_font_weight\":\"500\",\"mf_btn_typography_line_height\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_color_color\":\"#3970FF\",\"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(0,0,0,0.5)\"},\"mf_conditional_logic_form_list\":[],\"mf_hidden_input\":[],\"mf_btn_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_btn_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_btn_text_color\":\"#FFFFFF\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"eed14b8\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(2.9999999999999996, 28.00000000000002, 90, 0.4)\"},\"mf_btn_hover_color\":\"\",\"_element_width\":\"auto\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-button\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"}],\"isInner\":true,\"elType\":\"section\"}],\"isInner\":false,\"elType\":\"column\"}],\"isInner\":false,\"elType\":\"section\"}]'),(1153,194,'_wp_page_template','elementor_canvas'),(1154,194,'_elementor_edit_mode','builder'),(1155,194,'_elementor_data','[{\"id\":\"26ea9738\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}]},\"elements\":[{\"id\":\"2a9965b8\",\"settings\":{\"title\":\"Simple Contact Form\",\"header_size\":\"h3\",\"title_color\":\"#0D1427\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"15\",\"bottom\":\"17\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"63c841d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"isInner\":false,\"widgetType\":\"heading\",\"elType\":\"widget\"},{\"id\":\"6a37e2f9\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"0fbbc40\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"24dd7809\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f47f2c5\"}]},\"elements\":[{\"id\":\"184663a1\",\"settings\":{\"mf_input_label\":\"First Name\",\"mf_input_name\":\"mf-first-name\",\"mf_input_placeholder\":\"First name here\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"#0D1427\",\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"17\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#878991\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"30812ac\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"},\"mf_input_warning_text_typography_typography\":\"custom\",\"mf_input_warning_text_typography_font_family\":\"Roboto\",\"mf_input_warning_text_typography_font_weight\":\"600\"},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-text\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"},{\"id\":\"1e243baf\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"8ee7e1f\"}]},\"elements\":[{\"id\":\"763108f5\",\"settings\":{\"mf_input_label\":\"Last Name\",\"mf_input_name\":\"mf-last-name\",\"mf_input_placeholder\":\"Last name here\",\"mf_input_label_color\":\"#0D1427\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"17\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#878991\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"30812ac\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-text\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"}],\"isInner\":true,\"elType\":\"section\"},{\"id\":\"3a62ea78\",\"settings\":{\"structure\":\"20\",\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"8ee8223\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"2c9a43de\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"77ffe1a\"}]},\"elements\":[{\"id\":\"47e25ccc\",\"settings\":{\"mf_input_label\":\"Email Address\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Add email\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#0D1427\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"17\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#878991\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"30812ac\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-email\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"},{\"id\":\"676e8797\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"68bc53c\"}]},\"elements\":[{\"id\":\"20deb7b9\",\"settings\":{\"mf_input_label\":\"Subject\",\"mf_input_name\":\"mf-subject\",\"mf_input_placeholder\":\"How can we help you?\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#0D1427\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"17\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#878991\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_word_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"30812ac\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-text\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"}],\"isInner\":true,\"elType\":\"section\"},{\"id\":\"1f6daab4\",\"settings\":{\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"15d21b3\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"54f54cbc\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"11\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"adcaf84\"}]},\"elements\":[{\"id\":\"7e5c045e\",\"settings\":{\"mf_input_label\":\"Comments / Questions\",\"mf_input_name\":\"mf-comment\",\"mf_input_placeholder\":\"Comments\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#0D1427\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"IBM Plex Sans\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"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\":\"7\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"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\":\"#EAECF1\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"IBM Plex Sans\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"IBM Plex Sans\",\"mf_input_place_holder_typography_font_weight\":\"500\",\"mf_input_placeholder_color\":\"#878991\",\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_conditional_logic_form_list\":[],\"mf_input_label_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F6F7FA\",\"mf_input_background_hover_color\":\"#FFFFFF\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_typgraphy_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_typgraphy_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_place_holder_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"6609fcf\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_input_color\":\"#0D1427\",\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_color\":\"#D6D8E0\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"IBM Plex Sans\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_input_help_text_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_input_help_text_color\":\"#96989F\",\"__globals__\":{\"mf_input_required_indicator_color\":\"\",\"mf_input_warning_text_color\":\"\"}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-textarea\",\"elType\":\"widget\"},{\"id\":\"4429ff08\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"mf_recaptcha_type\":\"recaptcha-v2\",\"mf_input_label\":\"reCAPTCHA\",\"mf_input_placeholder\":\"reCAPTCHA\",\"ekit_all_conditions_list\":[{\"_id\":\"ab08d5c\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-recaptcha\",\"elType\":\"widget\"},{\"id\":\"d3af341\",\"settings\":{\"mf_btn_text\":\"Send Message\",\"mf_btn_align\":\"\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"28\",\"bottom\":\"16\",\"left\":\"28\",\"isLinked\":false},\"mf_btn_typography_typography\":\"custom\",\"mf_btn_typography_font_family\":\"Roboto\",\"mf_btn_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_btn_typography_font_weight\":\"500\",\"mf_btn_typography_line_height\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_color_color\":\"#3970FF\",\"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(0,0,0,0.5)\"},\"mf_conditional_logic_form_list\":[],\"mf_hidden_input\":[],\"mf_btn_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_btn_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_btn_text_color\":\"#FFFFFF\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"eed14b8\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(2.9999999999999996, 28.00000000000002, 90, 0.4)\"},\"mf_btn_hover_color\":\"\",\"_element_width\":\"auto\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false,\"widgetType\":\"mf-button\",\"elType\":\"widget\"}],\"isInner\":true,\"elType\":\"column\"}],\"isInner\":true,\"elType\":\"section\"}],\"isInner\":false,\"elType\":\"column\"}],\"isInner\":false,\"elType\":\"section\"}]'),(1156,195,'_wp_page_template','elementor_canvas'),(1157,195,'_elementor_edit_mode','builder'),(1158,195,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":753},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":135},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1159,192,'_elementor_page_assets','a:0:{}'),(1160,192,'_elementor_template_type','wp-post'),(1161,192,'_elementor_version','3.21.8'),(1163,196,'_wp_page_template','elementor_canvas'),(1164,196,'_elementor_edit_mode','builder'),(1165,196,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":753},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":135},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1166,196,'_elementor_page_assets','a:0:{}'),(1167,196,'_elementor_template_type','wp-post'),(1168,196,'_elementor_version','3.21.8'),(1169,196,'_elementor_css','a:6:{s:4:\"time\";i:1717015077;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1170,197,'_wp_page_template','elementor_canvas'),(1171,197,'_elementor_edit_mode','builder'),(1172,197,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":753},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":135},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1173,197,'_elementor_page_assets','a:0:{}'),(1174,197,'_elementor_template_type','wp-post'),(1175,197,'_elementor_version','3.21.8'),(1176,197,'_elementor_css','a:6:{s:4:\"time\";i:1717015077;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1177,198,'_wp_page_template','elementor_canvas'),(1178,198,'_elementor_edit_mode','builder'),(1179,198,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":927},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":921},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1180,198,'_elementor_page_assets','a:0:{}'),(1181,198,'_elementor_template_type','wp-post'),(1182,198,'_elementor_version','3.21.8'),(1183,198,'_elementor_css','a:6:{s:4:\"time\";i:1717015077;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1186,199,'_wp_page_template','elementor_canvas'),(1187,199,'_elementor_edit_mode','builder'),(1188,199,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":927},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":921},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1189,199,'_elementor_page_assets','a:0:{}'),(1190,199,'_elementor_template_type','wp-post'),(1191,199,'_elementor_version','3.21.8'),(1192,199,'_elementor_css','a:6:{s:4:\"time\";i:1717015190;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1193,200,'_wp_page_template','elementor_canvas'),(1194,200,'_elementor_edit_mode','builder'),(1195,200,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":927},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":921},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1196,200,'_elementor_page_assets','a:0:{}'),(1197,200,'_elementor_template_type','wp-post'),(1198,200,'_elementor_version','3.21.8'),(1199,200,'_elementor_css','a:6:{s:4:\"time\";i:1717015190;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1200,201,'_wp_page_template','elementor_canvas'),(1201,201,'_elementor_edit_mode','builder'),(1202,201,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":478},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":479},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1203,201,'_elementor_page_assets','a:0:{}'),(1204,201,'_elementor_template_type','wp-post'),(1205,201,'_elementor_version','3.21.8'),(1206,201,'_elementor_css','a:6:{s:4:\"time\";i:1717015190;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1207,202,'_wp_page_template','elementor_canvas'),(1208,202,'_elementor_edit_mode','builder'),(1209,202,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":478},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":479},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1210,202,'_elementor_page_assets','a:0:{}'),(1211,202,'_elementor_template_type','wp-post'),(1212,202,'_elementor_version','3.21.8'),(1213,203,'_wp_page_template','elementor_canvas'),(1214,203,'_elementor_edit_mode','builder'),(1215,203,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"top\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":478},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":479},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1216,203,'_elementor_page_assets','a:0:{}'),(1217,203,'_elementor_template_type','wp-post'),(1218,203,'_elementor_version','3.21.8'),(1219,204,'_wp_page_template','elementor_canvas'),(1220,204,'_elementor_edit_mode','builder'),(1221,204,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":478},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":479},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1222,204,'_elementor_page_assets','a:0:{}'),(1223,204,'_elementor_template_type','wp-post'),(1224,204,'_elementor_version','3.21.8'),(1233,206,'_wp_page_template','elementor_canvas'),(1234,206,'_elementor_edit_mode','builder'),(1235,206,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":478},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":479},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1236,206,'_elementor_page_assets','a:0:{}'),(1237,206,'_elementor_template_type','wp-post'),(1238,206,'_elementor_version','3.21.8'),(1239,207,'_wp_page_template','elementor_canvas'),(1240,207,'_elementor_edit_mode','builder'),(1241,207,'_elementor_data','[{\"id\":\"26ea9738\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":50,\"spread\":0,\"color\":\"rgba(3.0000000000000053, 12.000000000000005, 35, 0.08)\"},\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"35\",\"bottom\":\"39\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"ekit_all_conditions_list\":[{\"_id\":\"2bde398\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"7c8f3e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"fee02c8\"}],\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"00909bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"20c29dc\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":478},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"a48e055\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_hidden_input\":[],\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":479},\"_flex_size\":\"none\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(1242,207,'_elementor_page_assets','a:0:{}'),(1243,207,'_elementor_template_type','wp-post'),(1244,207,'_elementor_version','3.21.8'),(1245,208,'_wp_page_template','elementor_canvas'),(1246,208,'_elementor_edit_mode','builder'),(1247,208,'_elementor_data','[{\"id\":\"73d1f3b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bc503f3\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ddbf16d\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Your Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"2c70a738\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Subscribe Now\",\"mf_btn_align\":\"justify\",\"mf_hidden_input\":[],\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=55009b5\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=34da2f3\"},\"mf_btn_align_tablet\":\"justify\",\"mf_btn_align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1248,208,'_elementor_page_assets','a:0:{}'),(1249,208,'_elementor_template_type','wp-post'),(1250,208,'_elementor_version','3.21.8'),(1251,192,'_elementor_css','a:6:{s:4:\"time\";i:1717015337;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1252,209,'_elementor_edit_mode','builder'),(1253,209,'_elementor_template_type','wp-page'),(1254,209,'_elementor_version','3.21.8'),(1255,209,'_wp_page_template','elementor_header_footer'),(1256,209,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1257,209,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1258,209,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1259,210,'_elementor_edit_mode','builder'),(1260,210,'_elementor_template_type','wp-page'),(1261,210,'_elementor_version','3.21.8'),(1262,210,'_wp_page_template','elementor_header_footer'),(1263,210,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1264,210,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"462***1661401581317\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1265,210,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1266,211,'_elementor_edit_mode','builder'),(1267,211,'_elementor_template_type','wp-page'),(1268,211,'_elementor_version','3.21.8'),(1269,211,'_wp_page_template','elementor_canvas'),(1270,211,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1271,211,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"192***1717015335607\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1272,211,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1274,212,'_wp_attached_file','2024/05/fav.png'),(1275,212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:15:\"2024/05/fav.png\";s:8:\"filesize\";i:2638;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1276,213,'_wp_attached_file','2024/05/cropped-fav.png'),(1277,213,'_wp_attachment_context','site-icon'),(1278,213,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2024/05/cropped-fav.png\";s:8:\"filesize\";i:18168;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"cropped-fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"cropped-fav-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13320;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:23:\"cropped-fav-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19070;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:23:\"cropped-fav-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15500;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:23:\"cropped-fav-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14901;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:21:\"cropped-fav-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1736;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1288,215,'_elementor_edit_mode','builder'),(1289,215,'_elementor_template_type','wp-page'),(1290,215,'_elementor_version','3.21.8'),(1291,215,'_wp_page_template','elementor_canvas'),(1292,215,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1293,215,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"192***1717015335607\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1294,215,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1295,215,'_elementor_css','a:6:{s:4:\"time\";i:1717016556;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1296,216,'_elementor_edit_mode','builder'),(1297,216,'_elementor_template_type','wp-page'),(1298,216,'_elementor_version','3.21.8'),(1299,216,'_wp_page_template','elementor_canvas'),(1300,216,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1301,216,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"192***1717015335607\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1302,216,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1303,216,'_elementor_css','a:6:{s:4:\"time\";i:1717016556;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1304,217,'_elementor_edit_mode','builder'),(1305,217,'_elementor_template_type','wp-page'),(1306,217,'_elementor_version','3.21.8'),(1307,217,'_wp_page_template','elementor_header_footer'),(1308,217,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1309,217,'_elementor_data','[{\"id\":\"54abf2f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"195\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2539c762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"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\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"65d3002e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u6226\\u95d8\\u56fd\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":\"0\",\"bottom\":\"-73\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72617007\",\"elType\":\"widget\",\"settings\":{\"title\":\"We believe in you\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"7\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f203c23\",\"title_color\":\"globals\\/colors?id=55009b5\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14be003a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prove yourself to be the best\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb60b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e23e76b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"329aab2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=eb507f3\",\"button_text_color\":\"globals\\/colors?id=55009b5\",\"hover_color\":\"globals\\/colors?id=e64be90\",\"button_background_hover_color\":\"globals\\/colors?id=730a667\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"34b8d89f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"31b53d22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491cf6c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/kick2.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"right\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_z_index_mobile\":9},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3519e00c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ce4245\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"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\":false}},\"elements\":[{\"id\":\"65308af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png\"},\"width\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":2,\"align_mobile\":\"center\",\"_margin_mobile\":{\"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},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59792037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-96\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-97\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_transform_rotate_popover\":\"transform\",\"_transform_rotateZ_effect\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c79ce78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.50699999999999789679350215010344982147216796875,\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"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\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b9e3326\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f4ce3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"BEYOND SELF \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bb785b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEFENSE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f624307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ddfde18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"568286fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"427ad974\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u96fb\\u8eca\\u9053\\u5834\",\"title_color\":\"#D8D8D8\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7af558c\",\"typography_typography\":\"globals\\/typography?id=a9386e9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f7cd7f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766d7d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"100\",\"left\":\"45\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"206a153a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b6f5cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Martial Arts Academy\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c7499b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1de6789d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0200000000000000004163336342344337026588618755340576171875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\"},\"background_overlay_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2cb50bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-search-location\",\"library\":\"fa-solid\"},\"title_text\":\"Location\",\"description_text\":\"123 Wall St\\nMiami, FL 12345\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19fa369f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"title_text\":\"Contact Number\",\"description_text\":\"1 505 555 5555\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"148846dc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"title_text\":\"Opening Time\",\"description_text\":\"08.00 AM - 04.00 PM\",\"position\":\"left\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"title_typography_typography\":\"globals\\/typography?id=64a9188\",\"description_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"title_color\":\"globals\\/colors?id=34da2f3\"},\"_animation\":\"fadeInUp\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2d4d88b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u898f\\u5f8b\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"-73\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ca49e92\",\"title_color\":\"globals\\/colors?id=a660f96\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b78c3e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_color_b\":\"#FFFFFF\",\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=0bd7bf8\",\"background_overlay_color_b\":\"globals\\/colors?id=e64be90\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"74efa380\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee183a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Program\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ccdf73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martial Arts Classes\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d798ff7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e9fb0bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"301894ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5208672\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":161,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/002-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71c02fad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tameshiwari Unleashed: Mastering the Art of Breaking\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35684d28\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

If you\\u2019ve ever been to a karate tournament, you are sure to see breaking competition.\\u00a0 Breaking is the time for testing your power and concentration.\\u00a0 The stakes a high.\\u00a0 Hundreds of people are watching.\\u00a0 If you screw up, not only will you hurt yourself, but you will be embarrassed.\\u00a0 You have been working for this moment for years, starting off with training to break as a yellow belt.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aead161\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"25f16648\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300},\"elements\":[{\"id\":\"2baaa660\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/001-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb07253\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleashing Qi\\u2019s Remarkable Potential: Exploring Its Incredible Power\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40d327e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

There is a remarkable power within each of us, but few are aware of how powerful we really are.\\u00a0 This is our life force, and it is known simply as Qi.\\u00a0 In this article, we will explore an amazing way to unleash this power.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15d29bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3f2e9b9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":21,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=e64be90\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600},\"elements\":[{\"id\":\"3e3ed60c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/concrete-jungle.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"140994c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering the Concrete Jungle: 8 Essential Street Survival Tactics\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e717e6\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"editor\":\"

After dedicating countless hours to training in the dojo, you\\u2019ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37e1c459\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=55009b5\",\"background_color\":\"globals\\/colors?id=eb507f3\",\"hover_color\":\"globals\\/colors?id=34da2f3\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"192c3743\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"1275c8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"275\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/kitpro.site\\/doujo\\/wp-content\\/uploads\\/sites\\/109\\/2022\\/08\\/transpa.png\",\"id\":1216,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"center center\",\"background_position_mobile\":\"top center\",\"background_size_tablet\":\"auto\",\"background_size_mobile\":\"contain\",\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"55f3de18\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5b9f
\\u7fd2\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-93\",\"left\":\"-70\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"-82\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=b22d98a\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_tablet\":\"center\",\"title_color\":\"#F4F4F4\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98aee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"COME AND GET YOUR BELT NOW!\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\"},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28451b44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign Up \",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35b7e771\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"120\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"146d7a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c29a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We train like a warrior\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"250390d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ffb5a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb0e829\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"65440be8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2a23d641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca2ea2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cf588fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits Of Learning Martial Arts\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aa38108\",\"elType\":\"widget\",\"settings\":{\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e479f03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a979920\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7ba9ddeb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":164,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/stamina-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Maintain Stamina\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1c940c22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"62f4b3c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":165,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/strenght-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Increase Strength\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37dc9afc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bd4f6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"7f95db8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":162,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/self-defense-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Self Defense\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"46aac956\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"1edb077f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":163,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cooler-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"its Cool\",\"description_text\":\"lorem ipsum dolor sit\",\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"description_color\":\"globals\\/colors?id=text\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e680b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5f8a8b\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a98d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Review\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5913f54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Academy Testimonial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"210feea5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4f2e7ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8cddc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3330de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/john2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2c2d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-14\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"42efd1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77b25cba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Your only limit is you \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"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}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91c6bb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"125b074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Johnny Yeuw\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a34b0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karate Experts\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ba72ab6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"826a182\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40fe2739\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Self-defense is important \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b365a42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c7e6b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"James Lee\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b6d075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Karateka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ae2d05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20505973\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"-33\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c5f6059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/james.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24b5827f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"-4\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-58\",\"right\":\"-7\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"585ad0eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"74404dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72229846\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u5c02
\\u9580
\\u5bb6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans JP\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-33\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":3,\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c1a1e98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/ben-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba7a759\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/carol-pickett2.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/red2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"-56\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cde3303\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f26eea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" No pain no gain \\\"\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6761e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.<\\/em><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\",\"_border_color\":\"globals\\/colors?id=34da2f3\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60fd2182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ben Park\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=e64be90\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64641f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Judoka\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=24b2df3\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48b713d7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"overflow\":\"hidden\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"22428492\",\"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\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aec09f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog Post\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=34da2f3\",\"typography_typography\":\"globals\\/typography?id=a2fc1b9\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1372ee6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Story around here\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3106e8aa\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_btn_text\":\"read more...\",\"ekit_blog_posts_cats\":[\"1\"],\"ekit_blog_posts_floating_date\":\"yes\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":23,\"blur\":21,\"spread\":-8,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_content_background\":\"#FFFFFF00\",\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"Noto Sans JP\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"600\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#062233\",\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_content_color\":\"#484848\",\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF00\",\"__globals__\":{\"ekit_blog_posts_content_background\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=a2fc1b9\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=70ca7d7\",\"ekit_blog_posts_content_color\":\"globals\\/colors?id=45bcc5b\",\"ekit_blog_posts_background_color\":\"globals\\/colors?id=e64be90\",\"ekit_blog_posts_border_color\":\"\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_floating_date_triangle_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=55009b5\",\"ekit_blog_posts_btn_bg_color_color\":\"globals\\/colors?id=eb507f3\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=730a667\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=779cdfc\"},\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_sort\":\"ASC\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#F46A5E\",\"ekit_blog_posts_floating_date_triangle_color\":\"#F72603\",\"ekit_blog_posts_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Roboto\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_blog_posts_btn_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#F72603\",\"ekit_blog_posts_btn_hover_color\":\"#F46A5E\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c014e4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"453dfb15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"120\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=9fee319\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_position\":\"center\",\"background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d903f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to Our Newsletter\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4d2122c\",\"title_color\":\"globals\\/colors?id=a660f96\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54715019\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=76544c2\"},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4dbeb3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9499999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=76544c2\",\"background_color\":\"globals\\/colors?id=e64be90\",\"background_overlay_color\":\"globals\\/colors?id=e64be90\"},\"content_position\":\"center\",\"background_xpos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"4b77d73c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dont miss our latest news\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d3296\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"192***1717015335607\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1310,217,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1311,217,'_elementor_css','a:6:{s:4:\"time\";i:1717016556;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1312,9,'_elementor_css','a:6:{s:4:\"time\";i:1717017163;s:5:\"fonts\";a:1:{i:0;s:12:\"Noto Sans JP\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'); /*!40000 ALTER TABLE `carolpickett2_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_posts` -- DROP TABLE IF EXISTS `carolpickett2_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_posts` -- LOCK TABLES `carolpickett2_posts` WRITE; /*!40000 ALTER TABLE `carolpickett2_posts` DISABLE KEYS */; INSERT INTO `carolpickett2_posts` VALUES (4,0,'2024-05-29 18:40:31','2024-05-29 18:40:31','','Navigation','','publish','closed','closed','','navigation','','','2024-05-29 18:40:31','2024-05-29 18:40:31','',0,'https://carol-pickett2.designsfunnelserver.com/2024/05/29/navigation/',0,'wp_navigation','',0),(9,1,'2024-05-29 18:50:23','2024-05-29 18:50:23','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n \n \"Tameshiwari\n \n 29May\n \n

\n \n Tameshiwari Unleashed: Mastering the Art of Breaking \n

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt. A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You […]

\n \n read more... \n \n \n \"Unleashing\n \n 29May\n \n

\n \n Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power \n

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power. A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover […]

\n \n read more... \n \n \n \"Mastering\n \n 29May\n \n

\n \n Mastering the Concrete Jungle: 8 Essential Street Survival Tactics \n

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition. As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters? KNOW ENOUGH SURVIVAL TO BE DANGEROUS. Dangerous to yourself.  It is a common occurrence.  A new student, we’ll […]

\n \n read more... \n \n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','publish','closed','closed','','home','','','2024-05-29 21:03:09','2024-05-29 21:03:09','',0,'https://carol-pickett2.designsfunnelserver.com/?page_id=9',0,'page','',0),(10,1,'2024-05-29 18:50:23','2024-05-29 18:50:23','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 18:50:23','2024-05-29 18:50:23','',9,'https://carol-pickett2.designsfunnelserver.com/?p=10',0,'revision','',0),(11,1,'2024-05-29 18:52:14','2024-05-29 18:52:14','','doujo','','publish','closed','closed','','doujo','','','2024-05-29 18:52:14','2024-05-29 18:52:14','',0,'https://carol-pickett2.designsfunnelserver.com/?p=11',0,'envato_tk_import','',0),(12,1,'2024-05-29 18:52:36','2024-05-29 18:52:36','','Default Kit','','publish','closed','closed','','default-kit','','','2024-05-29 18:52:36','2024-05-29 18:52:36','',0,'https://carol-pickett2.designsfunnelserver.com/?p=12',0,'elementor_library','',0),(13,1,'2024-05-29 18:52:57','2024-05-29 18:52:57','','Kit Styles: doujo','','publish','closed','closed','','global-kit-styles','','','2024-05-29 19:43:25','2024-05-29 19:43:25','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=global-kit-styles',0,'elementor_library','',0),(14,1,'2024-05-29 18:52:57','2024-05-29 18:52:57','','Global Kit Styles','','inherit','closed','closed','','13-revision-v1','','','2024-05-29 18:52:57','2024-05-29 18:52:57','',13,'https://carol-pickett2.designsfunnelserver.com/?p=14',0,'revision','',0),(15,1,'2024-05-29 18:52:57','2024-05-29 18:52:57','','Global Kit Styles','','inherit','closed','closed','','13-revision-v1','','','2024-05-29 18:52:57','2024-05-29 18:52:57','',13,'https://carol-pickett2.designsfunnelserver.com/?p=15',0,'revision','',0),(16,1,'2024-05-29 18:52:57','2024-05-29 18:52:57','','Kit Styles: doujo','','inherit','closed','closed','','13-revision-v1','','','2024-05-29 18:52:57','2024-05-29 18:52:57','',13,'https://carol-pickett2.designsfunnelserver.com/?p=16',0,'revision','',0),(17,1,'2024-05-29 18:52:59','2024-05-29 18:52:59','','red2.png','','inherit','open','closed','','red2-png','','','2024-05-29 18:52:59','2024-05-29 18:52:59','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/red2.png',0,'attachment','image/png',0),(18,1,'2024-05-29 18:53:00','2024-05-29 18:53:00','','kick2.png','','inherit','open','closed','','kick2-png','','','2024-05-29 18:53:00','2024-05-29 18:53:00','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/kick2.png',0,'attachment','image/png',0),(19,1,'2024-05-29 18:53:02','2024-05-29 18:53:02','','martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png','','inherit','open','closed','','martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11-png','','','2024-05-29 18:53:02','2024-05-29 18:53:02','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/martial-arts-master-on-fight-training-in-gym-2021-08-26-16-26-08-utc11.png',0,'attachment','image/png',0),(20,1,'2024-05-29 18:53:04','2024-05-29 18:53:04','','transpa.png','','inherit','open','closed','','transpa-png','','','2024-05-29 18:53:04','2024-05-29 18:53:04','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/transpa.png',0,'attachment','image/png',0),(21,1,'2024-05-29 18:53:05','2024-05-29 18:53:05','','mountain-range-2021-08-26-15-58-135-utc.png','','inherit','open','closed','','mountain-range-2021-08-26-15-58-135-utc-png','','','2024-05-29 18:53:05','2024-05-29 18:53:05','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/mountain-range-2021-08-26-15-58-135-utc.png',0,'attachment','image/png',0),(22,1,'2024-05-29 18:53:06','2024-05-29 18:53:06','','two-partners-in-karate-2021-08-27-22-39-35-utc.jpg','','inherit','open','closed','','two-partners-in-karate-2021-08-27-22-39-35-utc-jpg','','','2024-05-29 18:53:06','2024-05-29 18:53:06','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/two-partners-in-karate-2021-08-27-22-39-35-utc.jpg',0,'attachment','image/jpeg',0),(23,1,'2024-05-29 18:53:06','2024-05-29 18:53:06','','karateka5.png','','inherit','open','closed','','karateka5-png','','','2024-05-29 18:53:06','2024-05-29 18:53:06','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/karateka5.png',0,'attachment','image/png',0),(24,1,'2024-05-29 18:53:07','2024-05-29 18:53:07','','man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg','','inherit','open','closed','','man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy-jpg','','','2024-05-29 18:53:07','2024-05-29 18:53:07','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/man-in-white-kimono-training-karate-2021-08-26-17-40-54-utc-copy.jpg',0,'attachment','image/jpeg',0),(25,1,'2024-05-29 18:53:09','2024-05-29 18:53:09',' \"\" \n

Blog

\n \n Home\n \n
>
\n \n Blog\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Blog','','publish','closed','closed','','blog','','','2024-05-29 18:53:09','2024-05-29 18:53:09','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=blog',0,'elementor_library','',0),(26,1,'2024-05-29 18:53:09','2024-05-29 18:53:09',' \"\" \n

Blog

\n \n Home\n \n
>
\n \n Blog\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Blog','','inherit','closed','closed','','25-revision-v1','','','2024-05-29 18:53:09','2024-05-29 18:53:09','',25,'https://carol-pickett2.designsfunnelserver.com/?p=26',0,'revision','',0),(27,1,'2024-05-29 18:53:09','2024-05-29 18:53:09','','the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg','','inherit','open','closed','','the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc-jpg','','','2024-05-29 18:53:09','2024-05-29 18:53:09','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/the-two-judokas-fighters-fighting-men-2021-08-26-17-41-30-utc.jpg',0,'attachment','image/jpeg',0),(28,1,'2024-05-29 18:53:12','2024-05-29 18:53:12','','Cartoon-Forest-Background-xg.png','','inherit','open','closed','','cartoon-forest-background-xg-png','','','2024-05-29 18:53:12','2024-05-29 18:53:12','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/Cartoon-Forest-Background-xg.png',0,'attachment','image/png',0),(29,1,'2024-05-29 18:53:12','2024-05-29 18:53:12','','martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg','','inherit','open','closed','','martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc-jpg','','','2024-05-29 18:53:12','2024-05-29 18:53:12','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc.jpg',0,'attachment','image/jpeg',0),(30,1,'2024-05-29 18:53:14','2024-05-29 18:53:14','','stamina.png','','inherit','open','closed','','stamina-png','','','2024-05-29 18:53:14','2024-05-29 18:53:14','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/stamina.png',0,'attachment','image/png',0),(31,1,'2024-05-29 18:53:14','2024-05-29 18:53:14','','logo-dojo-white.png','','inherit','open','closed','','logo-dojo-white-png','','','2024-05-29 18:53:14','2024-05-29 18:53:14','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/logo-dojo-white.png',0,'attachment','image/png',0),(32,1,'2024-05-29 18:53:15','2024-05-29 18:53:15',' \"\" \n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n
    \n
  • \n \n 082-543-8768-22\n
  • \n
  • \n \n doujo@support.com\n
  • \n
\n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','publish','closed','closed','','footer','','','2024-05-29 18:53:15','2024-05-29 18:53:15','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=footer',0,'elementor_library','',0),(33,1,'2024-05-29 18:53:15','2024-05-29 18:53:15',' \"\" \n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n
    \n
  • \n \n 082-543-8768-22\n
  • \n
  • \n \n doujo@support.com\n
  • \n
\n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','32-revision-v1','','','2024-05-29 18:53:15','2024-05-29 18:53:15','',32,'https://carol-pickett2.designsfunnelserver.com/?p=33',0,'revision','',0),(34,1,'2024-05-29 18:53:15','2024-05-29 18:53:15','','strenght.png','','inherit','open','closed','','strenght-png','','','2024-05-29 18:53:15','2024-05-29 18:53:15','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/strenght.png',0,'attachment','image/png',0),(35,1,'2024-05-29 18:53:16','2024-05-29 18:53:16','','self-defense.png','','inherit','open','closed','','self-defense-png','','','2024-05-29 18:53:16','2024-05-29 18:53:16','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/self-defense.png',0,'attachment','image/png',0),(36,1,'2024-05-29 18:53:17','2024-05-29 18:53:17','','logo-dojo.png','','inherit','open','closed','','logo-dojo-png','','','2024-05-29 18:53:17','2024-05-29 18:53:17','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/logo-dojo.png',0,'attachment','image/png',0),(37,1,'2024-05-29 18:53:18','2024-05-29 18:53:18','','cooler.png','','inherit','open','closed','','cooler-png','','','2024-05-29 18:53:18','2024-05-29 18:53:18','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/cooler.png',0,'attachment','image/png',0),(38,1,'2024-05-29 18:53:18','2024-05-29 18:53:18',' \"\"','Header','','publish','closed','closed','','header','','','2024-05-29 18:53:18','2024-05-29 18:53:18','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=header',0,'elementor_library','',0),(39,1,'2024-05-29 18:53:18','2024-05-29 18:53:18',' \"\"','Header','','inherit','closed','closed','','38-revision-v1','','','2024-05-29 18:53:18','2024-05-29 18:53:18','',38,'https://carol-pickett2.designsfunnelserver.com/?p=39',0,'revision','',0),(40,1,'2024-05-29 18:53:19','2024-05-29 18:53:19','','john2.png','','inherit','open','closed','','john2-png','','','2024-05-29 18:53:19','2024-05-29 18:53:19','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/john2.png',0,'attachment','image/png',0),(41,1,'2024-05-29 18:53:22','2024-05-29 18:53:22','','james.png','','inherit','open','closed','','james-png','','','2024-05-29 18:53:22','2024-05-29 18:53:22','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/james.png',0,'attachment','image/png',0),(42,1,'2024-05-29 18:53:25','2024-05-29 18:53:25',' 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 ','Newsletter-Metform','','publish','closed','closed','','newsletter-metform','','','2024-05-29 18:53:25','2024-05-29 18:53:25','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=newsletter-metform',0,'elementor_library','',0),(43,1,'2024-05-29 18:53:25','2024-05-29 18:53:25','','ben-1.png','','inherit','open','closed','','ben-1-png','','','2024-05-29 18:53:25','2024-05-29 18:53:25','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/ben-1.png',0,'attachment','image/png',0),(44,1,'2024-05-29 18:53:25','2024-05-29 18:53:25',' 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 ','Newsletter-Metform','','inherit','closed','closed','','42-revision-v1','','','2024-05-29 18:53:25','2024-05-29 18:53:25','',42,'https://carol-pickett2.designsfunnelserver.com/?p=44',0,'revision','',0),(45,1,'2024-05-29 18:53:27','2024-05-29 18:53:27','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

Doujo-Ryū

\n

Shōrikan

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','publish','closed','closed','','home','','','2024-05-29 18:53:28','2024-05-29 18:53:28','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=home',0,'elementor_library','',0),(46,1,'2024-05-29 18:53:28','2024-05-29 18:53:28','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

Doujo-Ryū

\n

Shōrikan

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','45-revision-v1','','','2024-05-29 18:53:28','2024-05-29 18:53:28','',45,'https://carol-pickett2.designsfunnelserver.com/?p=46',0,'revision','',0),(47,1,'2024-05-29 18:53:33','2024-05-29 18:53:33',' parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el) }\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-listing-fname\"\n as=${html``}\n />\n 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 {\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-text\"\n as=${html``}\n />\n \n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-textarea\"\n as=${html``}\n />\n ','contact-metfrom','','publish','closed','closed','','contact-metfrom','','','2024-05-29 18:53:33','2024-05-29 18:53:33','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=contact-metfrom',0,'elementor_library','',0),(48,1,'2024-05-29 18:53:33','2024-05-29 18:53:33',' parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el) }\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-listing-fname\"\n as=${html``}\n />\n 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 {\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-text\"\n as=${html``}\n />\n \n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-textarea\"\n as=${html``}\n />\n ','contact-metfrom','','inherit','closed','closed','','47-revision-v1','','','2024-05-29 18:53:33','2024-05-29 18:53:33','',47,'https://carol-pickett2.designsfunnelserver.com/?p=48',0,'revision','',0),(49,1,'2024-05-29 18:53:49','2024-05-29 18:53:49',' \"\" \n

Contact

\n \n Home\n \n
>
\n \n Contact Us\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

Get In Touch

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n \n \n ','Contact Us','','publish','closed','closed','','contact-us','','','2024-05-29 18:53:49','2024-05-29 18:53:49','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=contact-us',0,'elementor_library','',0),(50,1,'2024-05-29 18:53:49','2024-05-29 18:53:49',' \"\" \n

Contact

\n \n Home\n \n
>
\n \n Contact Us\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

Get In Touch

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n \n \n ','Contact Us','','inherit','closed','closed','','49-revision-v1','','','2024-05-29 18:53:49','2024-05-29 18:53:49','',49,'https://carol-pickett2.designsfunnelserver.com/?p=50',0,'revision','',0),(51,1,'2024-05-29 18:53:50','2024-05-29 18:53:50','','martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy.jpg','','inherit','open','closed','','martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy-jpg','','','2024-05-29 18:53:50','2024-05-29 18:53:50','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/martial-arts-white-kimono-and-black-belt-closeup-2021-08-26-16-26-05-utc-copy.jpg',0,'attachment','image/jpeg',0),(52,1,'2024-05-29 18:53:52','2024-05-29 18:53:52',' \"\" \n

Karate Class

\n \n Home\n \n
>
\n \n Single-Program\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n \"\" \n

Karate Class

\n

Experience comes with practice

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus eu ante cursus, tempor massa vel, mollis nisl.

\n Experience\n \n 0%\n \n \n \n Equipment Quality\n \n 0%\n \n \n \n Trainer Skill\n \n 0%\n \n \n \n

Class Schedule

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Mon - Wed : 18.00 - 20.00\n
  • \n
\n \n
    \n
  • \n Thur - Sat : 19.00 - 21.00\n
  • \n
\n
    \n
  • \n \n Advancement Exam : Saturday at 20.00\n
  • \n
\n \"\" \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

','Single-Program','','publish','closed','closed','','single-program','','','2024-05-29 18:53:53','2024-05-29 18:53:53','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=single-program',0,'elementor_library','',0),(53,1,'2024-05-29 18:53:53','2024-05-29 18:53:53',' \"\" \n

Karate Class

\n \n Home\n \n
>
\n \n Single-Program\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n \"\" \n

Karate Class

\n

Experience comes with practice

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus eu ante cursus, tempor massa vel, mollis nisl.

\n Experience\n \n 0%\n \n \n \n Equipment Quality\n \n 0%\n \n \n \n Trainer Skill\n \n 0%\n \n \n \n

Class Schedule

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Mon - Wed : 18.00 - 20.00\n
  • \n
\n \n
    \n
  • \n Thur - Sat : 19.00 - 21.00\n
  • \n
\n
    \n
  • \n \n Advancement Exam : Saturday at 20.00\n
  • \n
\n \"\" \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

','Single-Program','','inherit','closed','closed','','52-revision-v1','','','2024-05-29 18:53:53','2024-05-29 18:53:53','',52,'https://carol-pickett2.designsfunnelserver.com/?p=53',0,'revision','',0),(54,1,'2024-05-29 18:53:54','2024-05-29 18:53:54',' \"\" \n

Faq

\n \n Home\n \n
>
\n \n Faq\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

General Question

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n How to Change my Photo from Admin Dashboard?\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n \n How to Change my Password easily?\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n \n How to Change my Subscription Plan using PayPal\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n

Popular Question

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n How to Change my Photo from Admin Dashboard?\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n \n How to Change my Password easily?\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n \n How to Change my Subscription Plan using PayPal\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

','Faq','','publish','closed','closed','','faq','','','2024-05-29 18:53:55','2024-05-29 18:53:55','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=faq',0,'elementor_library','',0),(55,1,'2024-05-29 18:53:55','2024-05-29 18:53:55',' \"\" \n

Faq

\n \n Home\n \n
>
\n \n Faq\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

General Question

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n How to Change my Photo from Admin Dashboard?\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n \n How to Change my Password easily?\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n \n How to Change my Subscription Plan using PayPal\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n

Popular Question

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n How to Change my Photo from Admin Dashboard?\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n \n How to Change my Password easily?\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n \n How to Change my Subscription Plan using PayPal\n \n \n \n \n \n Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast \n \n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

','Faq','','inherit','closed','closed','','54-revision-v1','','','2024-05-29 18:53:55','2024-05-29 18:53:55','',54,'https://carol-pickett2.designsfunnelserver.com/?p=55',0,'revision','',0),(56,1,'2024-05-29 18:53:56','2024-05-29 18:53:56','','karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4.jpg','','inherit','open','closed','','karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4-jpg','','','2024-05-29 18:53:56','2024-05-29 18:53:56','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/karate-fighter-practicing-martial-arts-in-a-fight-2021-08-28-03-11-12-utc3x4.jpg',0,'attachment','image/jpeg',0),(57,1,'2024-05-29 18:53:57','2024-05-29 18:53:57','

404

\n

Something is wrong

\n

The page you are looking for might have been removed had its name changed or is temporarily unavailable

\n \n Go Back\n \n \"\" \n \"\"','404','','publish','closed','closed','','404','','','2024-05-29 18:53:58','2024-05-29 18:53:58','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=404',0,'elementor_library','',0),(58,1,'2024-05-29 18:53:58','2024-05-29 18:53:58','

404

\n

Something is wrong

\n

The page you are looking for might have been removed had its name changed or is temporarily unavailable

\n \n Go Back\n \n \"\" \n \"\"','404','','inherit','closed','closed','','57-revision-v1','','','2024-05-29 18:53:58','2024-05-29 18:53:58','',57,'https://carol-pickett2.designsfunnelserver.com/?p=58',0,'revision','',0),(59,1,'2024-05-29 18:53:58','2024-05-29 18:53:58','','martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4.jpg','','inherit','open','closed','','martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4-jpg','','','2024-05-29 18:53:58','2024-05-29 18:53:58','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/martial-arts-fighters-hone-their-skills-2021-08-26-16-26-07-utc3x4.jpg',0,'attachment','image/jpeg',0),(60,1,'2024-05-29 18:53:59','2024-05-29 18:53:59','','young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4.jpg','','inherit','open','closed','','young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4-jpg','','','2024-05-29 18:53:59','2024-05-29 18:53:59','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc3x4.jpg',0,'attachment','image/jpeg',0),(61,1,'2024-05-29 18:54:01','2024-05-29 18:54:01','','senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc.jpg','','inherit','open','closed','','senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc-jpg','','','2024-05-29 18:54:01','2024-05-29 18:54:01','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/senior-man-practicing-karate-outdoors-meditation-2022-03-08-01-28-11-utc.jpg',0,'attachment','image/jpeg',0),(62,1,'2024-05-29 18:54:01','2024-05-29 18:54:01',' \"\" \n

Programs

\n \n Home\n \n
>
\n \n Program\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n \"\" \n \"\" \n

Introducing

\n

Doujo-Ryū

\n

Shōrikan

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Programs','','publish','closed','closed','','programs','','','2024-05-29 18:54:01','2024-05-29 18:54:01','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=programs',0,'elementor_library','',0),(63,1,'2024-05-29 18:54:01','2024-05-29 18:54:01',' \"\" \n

Programs

\n \n Home\n \n
>
\n \n Program\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n \"\" \n \"\" \n

Introducing

\n

Doujo-Ryū

\n

Shōrikan

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Programs','','inherit','closed','closed','','62-revision-v1','','','2024-05-29 18:54:01','2024-05-29 18:54:01','',62,'https://carol-pickett2.designsfunnelserver.com/?p=63',0,'revision','',0),(64,1,'2024-05-29 18:54:02','2024-05-29 18:54:02',' \"\" \n

Pricing

\n \n Home\n \n
>
\n \n Pricing\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

Pricing Plan

\n

Choose Your Plans

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n

Monthly Plan

\n

$20

\n

/month

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n
    \n
  • \n Uniform Included\n
  • \n
\n \n
    \n
  • \n Dojo Access\n
  • \n
\n
    \n
  • \n 1x Meal Packages\n
  • \n
\n \n Get Started\n \n

Semester Plan

\n

$40

\n

/semester

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n
    \n
  • \n 1x Meal Packages\n
  • \n
\n
    \n
  • \n Dojo Access\n
  • \n
\n
    \n
  • \n Uniform Included\n
  • \n
\n \n Get Started\n \n

Academic Course

\n

$100

\n

/Year

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n
    \n
  • \n Dojo Access\n
  • \n
\n
    \n
  • \n Uniform Included\n
  • \n
\n
    \n
  • \n 1x Meal Packages\n
  • \n
\n \n Get Started\n \n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

','Pricing','','publish','closed','closed','','pricing','','','2024-05-29 18:54:03','2024-05-29 18:54:03','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=pricing',0,'elementor_library','',0),(65,1,'2024-05-29 18:54:03','2024-05-29 18:54:03','','young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22.jpg','','inherit','open','closed','','young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22-jpg','','','2024-05-29 18:54:03','2024-05-29 18:54:03','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/young-judo-fighter-in-kimono-posing-comfident-in-t-2021-08-27-15-26-59-utc22.jpg',0,'attachment','image/jpeg',0),(66,1,'2024-05-29 18:54:03','2024-05-29 18:54:03',' \"\" \n

Pricing

\n \n Home\n \n
>
\n \n Pricing\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

Pricing Plan

\n

Choose Your Plans

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n

Monthly Plan

\n

$20

\n

/month

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n
    \n
  • \n Uniform Included\n
  • \n
\n \n
    \n
  • \n Dojo Access\n
  • \n
\n
    \n
  • \n 1x Meal Packages\n
  • \n
\n \n Get Started\n \n

Semester Plan

\n

$40

\n

/semester

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n
    \n
  • \n 1x Meal Packages\n
  • \n
\n
    \n
  • \n Dojo Access\n
  • \n
\n
    \n
  • \n Uniform Included\n
  • \n
\n \n Get Started\n \n

Academic Course

\n

$100

\n

/Year

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n
    \n
  • \n Dojo Access\n
  • \n
\n
    \n
  • \n Uniform Included\n
  • \n
\n
    \n
  • \n 1x Meal Packages\n
  • \n
\n \n Get Started\n \n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

','Pricing','','inherit','closed','closed','','64-revision-v1','','','2024-05-29 18:54:03','2024-05-29 18:54:03','',64,'https://carol-pickett2.designsfunnelserver.com/?p=66',0,'revision','',0),(67,1,'2024-05-29 18:54:04','2024-05-29 18:54:04','','shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc.jpg','','inherit','open','closed','','shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc-jpg','','','2024-05-29 18:54:04','2024-05-29 18:54:04','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/shaved-head-karate-fighter-in-a-gym-2021-08-29-04-06-23-utc.jpg',0,'attachment','image/jpeg',0),(68,1,'2024-05-29 18:54:06','2024-05-29 18:54:06',' \"\" \n

Sensei

\n \n Home\n \n
>
\n \n Sensei\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

Sensei Tachi

\n

Meet Our Teachers

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\"\n

\n

\n
\n
John Lee
\n

Judo Sensei

\n \"\"\n

\n

\n
\n
Eddy Law
\n

Karate Sensei

\n \"\"\n

\n

\n
\n
Dimitri Hwang
\n

Judo Sensei

\n \"\"\n

\n

\n
\n
Stan Hailey
\n

Karate Sensei

\n \"\"\n

\n

\n
\n
James Rogue
\n

Junior Trainer

\n \"\"\n

\n

\n
\n
Terry Yeon
\n

Judo Sensei

\n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

','Sensei','','publish','closed','closed','','sensei','','','2024-05-29 18:54:07','2024-05-29 18:54:07','',0,'https://carol-pickett2.designsfunnelserver.com/?elementor_library=sensei',0,'elementor_library','',0),(69,1,'2024-05-29 18:54:07','2024-05-29 18:54:07',' \"\" \n

Sensei

\n \n Home\n \n
>
\n \n Sensei\n \n

の

ど

か

さ

岩

に

染

み

込

む

蝉

の

声

\n

寺

\n

Sensei Tachi

\n

Meet Our Teachers

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\"\n

\n

\n
\n
John Lee
\n

Judo Sensei

\n \"\"\n

\n

\n
\n
Eddy Law
\n

Karate Sensei

\n \"\"\n

\n

\n
\n
Dimitri Hwang
\n

Judo Sensei

\n \"\"\n

\n

\n
\n
Stan Hailey
\n

Karate Sensei

\n \"\"\n

\n

\n
\n
James Rogue
\n

Junior Trainer

\n \"\"\n

\n

\n
\n
Terry Yeon
\n

Judo Sensei

\n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

','Sensei','','inherit','closed','closed','','68-revision-v1','','','2024-05-29 18:54:07','2024-05-29 18:54:07','',68,'https://carol-pickett2.designsfunnelserver.com/?p=69',0,'revision','',0),(70,1,'2024-05-29 18:55:50','2024-05-29 18:55:50','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 18:55:50','2024-05-29 18:55:50','',9,'https://carol-pickett2.designsfunnelserver.com/?p=70',0,'revision','',0),(71,1,'2024-05-29 18:55:50','2024-05-29 18:55:50','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 18:55:50','2024-05-29 18:55:50','',9,'https://carol-pickett2.designsfunnelserver.com/?p=71',0,'revision','',0),(72,1,'2024-05-29 18:55:50','2024-05-29 18:55:50','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 18:55:50','2024-05-29 18:55:50','',9,'https://carol-pickett2.designsfunnelserver.com/?p=72',0,'revision','',0),(74,1,'2024-05-29 18:56:51','2024-05-29 18:56:51','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 18:56:51','2024-05-29 18:56:51','',9,'https://carol-pickett2.designsfunnelserver.com/?p=74',0,'revision','',0),(75,1,'2024-05-29 18:56:51','2024-05-29 18:56:51','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 18:56:51','2024-05-29 18:56:51','',9,'https://carol-pickett2.designsfunnelserver.com/?p=75',0,'revision','',0),(76,1,'2024-05-29 18:56:52','2024-05-29 18:56:52','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

Doujo-Ryū

\n

Shōrikan

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 18:56:52','2024-05-29 18:56:52','',9,'https://carol-pickett2.designsfunnelserver.com/?p=76',0,'revision','',0),(77,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','HOME','','publish','closed','closed','','77','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=77',1,'nav_menu_item','',0),(78,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','SELF-DEFENSE','','publish','closed','closed','','self-defense','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=78',2,'nav_menu_item','',0),(79,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','THREE TYPES OF ATTACKERS AND HOW TO OVERCOME THEIR ADVANCES','','publish','closed','closed','','three-types-of-attackers-and-how-to-overcome-their-advances','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=79',3,'nav_menu_item','',0),(80,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','BEAT A BULLY WITHOUT A FIGHT','','publish','closed','closed','','beat-a-bully-without-a-fight','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=80',4,'nav_menu_item','',0),(81,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','THE MARTIAL ARTS','','publish','closed','closed','','the-martial-arts','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=81',5,'nav_menu_item','',0),(82,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','A WORD ABOUT THE MARTIAL ARTS','','publish','closed','closed','','a-word-about-the-martial-arts','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=82',6,'nav_menu_item','',0),(83,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','ELEVEN BENEFITS OF THE MARTIAL ARTS','','publish','closed','closed','','eleven-benefits-of-the-martial-arts','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=83',7,'nav_menu_item','',0),(84,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','MORALITY IN THE MARTIAL ARTS. TEN COMPONENTS OF CONDUCT.','','publish','closed','closed','','morality-in-the-martial-arts-ten-components-of-conduct','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=84',8,'nav_menu_item','',0),(85,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','WEAPONS','','publish','closed','closed','','weapons','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=85',9,'nav_menu_item','',0),(86,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','HOW TO USE A KUBOTAN','','publish','closed','closed','','how-to-use-a-kubotan','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=86',10,'nav_menu_item','',0),(87,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','SIX EASY-TO-USE SELF DEFENSE WEAPONS YOU CAN FIND ALMOST ANYWHERE','','publish','closed','closed','','six-easy-to-use-self-defense-weapons-you-can-find-almost-anywhere','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=87',11,'nav_menu_item','',0),(88,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','A STEEL HAMMER FLIES THROUGH THE SPRING BREEZE','','publish','closed','closed','','a-steel-hammer-flies-through-the-spring-breeze','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=88',13,'nav_menu_item','',0),(89,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','POEMS AND KOANS','','publish','closed','closed','','poems-and-koans','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=89',12,'nav_menu_item','',0),(93,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','SELF IMPROVEMENT','','publish','closed','closed','','self-improvement','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=93',14,'nav_menu_item','',0),(94,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','POSI-TALK: THE BREAKFAST OF CHAMPIONS','','publish','closed','closed','','posi-talk-the-breakfast-of-champions','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=94',15,'nav_menu_item','',0),(95,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','THE STORY OF THE HAPPY BUDDHA, THE SHAO LIN TEMPLE, AND QIGONG','','publish','closed','closed','','the-story-of-the-happy-buddha-the-shao-lin-temple-and-qigong','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=95',16,'nav_menu_item','',0),(96,1,'2024-05-29 20:11:33','2024-05-29 19:07:46','','WEALTHY AFFILIATE – BUILD A SUCCESSFUL ONLINE BUSINESS','','publish','closed','closed','','wealthy-affiliate-build-a-successful-online-business','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=96',17,'nav_menu_item','',0),(102,1,'2024-05-29 19:09:20','2024-05-29 19:09:20','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','publish','closed','closed','','header','','','2024-05-29 20:30:49','2024-05-29 20:30:49','',0,'https://carol-pickett2.designsfunnelserver.com/?post_type=elementor-hf&p=102',0,'elementor-hf','',0),(103,1,'2024-05-29 19:09:20','2024-05-29 19:09:20','','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:09:20','2024-05-29 19:09:20','',102,'https://carol-pickett2.designsfunnelserver.com/?p=103',0,'revision','',0),(104,1,'2024-05-29 19:09:54','2024-05-29 19:09:54','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','publish','closed','closed','','footer','','','2024-05-29 20:31:22','2024-05-29 20:31:22','',0,'https://carol-pickett2.designsfunnelserver.com/?post_type=elementor-hf&p=104',0,'elementor-hf','',0),(105,1,'2024-05-29 19:09:54','2024-05-29 19:09:54','','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 19:09:54','2024-05-29 19:09:54','',104,'https://carol-pickett2.designsfunnelserver.com/?p=105',0,'revision','',0),(108,1,'2024-05-29 19:11:57','2024-05-29 19:11:57','','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:11:57','2024-05-29 19:11:57','',102,'https://carol-pickett2.designsfunnelserver.com/?p=108',0,'revision','',0),(109,1,'2024-05-29 19:11:58','2024-05-29 19:11:58','','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:11:58','2024-05-29 19:11:58','',102,'https://carol-pickett2.designsfunnelserver.com/?p=109',0,'revision','',0),(110,1,'2024-05-29 19:11:58','2024-05-29 19:11:58',' \"\" \n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:11:58','2024-05-29 19:11:58','',102,'https://carol-pickett2.designsfunnelserver.com/?p=110',0,'revision','',0),(112,1,'2024-05-29 19:18:49','2024-05-29 19:18:49','','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 19:18:49','2024-05-29 19:18:49','',104,'https://carol-pickett2.designsfunnelserver.com/?p=112',0,'revision','',0),(113,1,'2024-05-29 19:18:49','2024-05-29 19:18:49','','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 19:18:49','2024-05-29 19:18:49','',104,'https://carol-pickett2.designsfunnelserver.com/?p=113',0,'revision','',0),(114,1,'2024-05-29 19:18:49','2024-05-29 19:18:49','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 19:18:49','2024-05-29 19:18:49','',104,'https://carol-pickett2.designsfunnelserver.com/?p=114',0,'revision','',0),(115,1,'2024-05-29 19:19:13','2024-05-29 19:19:13',' \"\" \n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:19:13','2024-05-29 19:19:13','',102,'https://carol-pickett2.designsfunnelserver.com/?p=115',0,'revision','',0),(116,1,'2024-05-29 19:19:13','2024-05-29 19:19:13',' \"\" \n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:19:13','2024-05-29 19:19:13','',102,'https://carol-pickett2.designsfunnelserver.com/?p=116',0,'revision','',0),(117,1,'2024-05-29 19:19:13','2024-05-29 19:19:13','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:19:13','2024-05-29 19:19:13','',102,'https://carol-pickett2.designsfunnelserver.com/?p=117',0,'revision','',0),(118,1,'2024-05-29 19:20:57','2024-05-29 19:20:57','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:20:57','2024-05-29 19:20:57','',102,'https://carol-pickett2.designsfunnelserver.com/?p=118',0,'revision','',0),(119,1,'2024-05-29 19:20:57','2024-05-29 19:20:57','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:20:57','2024-05-29 19:20:57','',102,'https://carol-pickett2.designsfunnelserver.com/?p=119',0,'revision','',0),(120,1,'2024-05-29 19:20:57','2024-05-29 19:20:57','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 19:20:57','2024-05-29 19:20:57','',102,'https://carol-pickett2.designsfunnelserver.com/?p=120',0,'revision','',0),(122,1,'2024-05-29 19:31:58','2024-05-29 19:31:58','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 19:31:58','2024-05-29 19:31:58','',104,'https://carol-pickett2.designsfunnelserver.com/?p=122',0,'revision','',0),(123,1,'2024-05-29 19:31:58','2024-05-29 19:31:58','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 19:31:58','2024-05-29 19:31:58','',104,'https://carol-pickett2.designsfunnelserver.com/?p=123',0,'revision','',0),(124,1,'2024-05-29 19:31:58','2024-05-29 19:31:58','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 19:31:58','2024-05-29 19:31:58','',104,'https://carol-pickett2.designsfunnelserver.com/?p=124',0,'revision','',0),(125,1,'2024-05-29 19:36:35','2024-05-29 19:36:35','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

Doujo-Ryū

\n

Shōrikan

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 19:36:35','2024-05-29 19:36:35','',9,'https://carol-pickett2.designsfunnelserver.com/?p=125',0,'revision','',0),(126,1,'2024-05-29 19:36:35','2024-05-29 19:36:35','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

Doujo-Ryū

\n

Shōrikan

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Dojo Location \n

\n

\n Jl. Saitama Ichiban No.43, Nagoya

\n \n

\n Contact Number \n

\n

\n (8)098-1234-543

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 19:36:35','2024-05-29 19:36:35','',9,'https://carol-pickett2.designsfunnelserver.com/?p=126',0,'revision','',0),(127,1,'2024-05-29 19:36:36','2024-05-29 19:36:36','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 19:36:36','2024-05-29 19:36:36','',9,'https://carol-pickett2.designsfunnelserver.com/?p=127',0,'revision','',0),(128,1,'2024-05-29 19:42:10','2024-05-29 19:42:10','','Kit Styles: doujo','','inherit','closed','closed','','13-revision-v1','','','2024-05-29 19:42:10','2024-05-29 19:42:10','',13,'https://carol-pickett2.designsfunnelserver.com/?p=128',0,'revision','',0),(129,1,'2024-05-29 19:43:25','2024-05-29 19:43:25','','Kit Styles: doujo','','inherit','closed','closed','','13-revision-v1','','','2024-05-29 19:43:25','2024-05-29 19:43:25','',13,'https://carol-pickett2.designsfunnelserver.com/?p=129',0,'revision','',0),(131,1,'2024-05-29 19:50:49','2024-05-29 19:50:49','','red2','','inherit','open','closed','','red2','','','2024-05-29 19:50:49','2024-05-29 19:50:49','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/red2-1.png',0,'attachment','image/png',0),(132,1,'2024-05-29 19:52:33','2024-05-29 19:52:33','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 19:52:33','2024-05-29 19:52:33','',9,'https://carol-pickett2.designsfunnelserver.com/?p=132',0,'revision','',0),(133,1,'2024-05-29 19:52:33','2024-05-29 19:52:33','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 19:52:33','2024-05-29 19:52:33','',9,'https://carol-pickett2.designsfunnelserver.com/?p=133',0,'revision','',0),(134,1,'2024-05-29 19:52:33','2024-05-29 19:52:33','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 19:52:33','2024-05-29 19:52:33','',9,'https://carol-pickett2.designsfunnelserver.com/?p=134',0,'revision','',0),(135,1,'2024-05-29 19:56:48','2024-05-29 19:56:48','','concrete-jungle','','inherit','open','closed','','concrete-jungle','','','2024-05-29 19:56:48','2024-05-29 19:56:48','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/concrete-jungle.png',0,'attachment','image/png',0),(136,1,'2024-05-29 19:57:22','2024-05-29 19:57:22','','qi','','inherit','open','closed','','qi','','','2024-05-29 19:57:22','2024-05-29 19:57:22','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/qi.jpg',0,'attachment','image/jpeg',0),(137,1,'2024-05-29 19:58:02','2024-05-29 19:58:02','','tampon-break20231117_17285087-1-685x466','','inherit','open','closed','','tampon-break20231117_17285087-1-685x466','','','2024-05-29 19:58:02','2024-05-29 19:58:02','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/tampon-break20231117_17285087-1-685x466-1.jpg',0,'attachment','image/jpeg',0),(139,1,'2024-05-29 20:05:54','2024-05-29 20:05:54','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:05:54','2024-05-29 20:05:54','',102,'https://carol-pickett2.designsfunnelserver.com/?p=139',0,'revision','',0),(140,1,'2024-05-29 20:05:54','2024-05-29 20:05:54','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:05:54','2024-05-29 20:05:54','',102,'https://carol-pickett2.designsfunnelserver.com/?p=140',0,'revision','',0),(141,1,'2024-05-29 20:05:55','2024-05-29 20:05:55','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:05:55','2024-05-29 20:05:55','',102,'https://carol-pickett2.designsfunnelserver.com/?p=141',0,'revision','',0),(142,1,'2024-05-29 20:06:02','2024-05-29 20:06:02','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 20:06:02','2024-05-29 20:06:02','',104,'https://carol-pickett2.designsfunnelserver.com/?p=142',0,'revision','',0),(143,1,'2024-05-29 20:06:02','2024-05-29 20:06:02','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 20:06:02','2024-05-29 20:06:02','',104,'https://carol-pickett2.designsfunnelserver.com/?p=143',0,'revision','',0),(144,1,'2024-05-29 20:06:02','2024-05-29 20:06:02','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 20:06:02','2024-05-29 20:06:02','',104,'https://carol-pickett2.designsfunnelserver.com/?p=144',0,'revision','',0),(145,1,'2024-05-29 20:06:54','2024-05-29 20:06:54','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:06:54','2024-05-29 20:06:54','',102,'https://carol-pickett2.designsfunnelserver.com/?p=145',0,'revision','',0),(146,1,'2024-05-29 20:06:54','2024-05-29 20:06:54','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:06:54','2024-05-29 20:06:54','',102,'https://carol-pickett2.designsfunnelserver.com/?p=146',0,'revision','',0),(147,1,'2024-05-29 20:06:54','2024-05-29 20:06:54','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:06:54','2024-05-29 20:06:54','',102,'https://carol-pickett2.designsfunnelserver.com/?p=147',0,'revision','',0),(148,1,'2024-05-29 20:07:24','2024-05-29 20:07:24','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:07:24','2024-05-29 20:07:24','',102,'https://carol-pickett2.designsfunnelserver.com/?p=148',0,'revision','',0),(149,1,'2024-05-29 20:07:24','2024-05-29 20:07:24','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:07:24','2024-05-29 20:07:24','',102,'https://carol-pickett2.designsfunnelserver.com/?p=149',0,'revision','',0),(150,1,'2024-05-29 20:07:25','2024-05-29 20:07:25','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:07:25','2024-05-29 20:07:25','',102,'https://carol-pickett2.designsfunnelserver.com/?p=150',0,'revision','',0),(151,1,'2024-05-29 20:09:07','2024-05-29 20:09:07','','image_2024_05_29T20_07_48_795Z','','inherit','open','closed','','image_2024_05_29t20_07_48_795z','','','2024-05-29 20:09:07','2024-05-29 20:09:07','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/image_2024_05_29T20_07_48_795Z.png',0,'attachment','image/png',0),(152,1,'2024-05-29 20:09:15','2024-05-29 20:09:15','https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/cropped-image_2024_05_29T20_07_48_795Z.png','cropped-image_2024_05_29T20_07_48_795Z.png','','inherit','open','closed','','cropped-image_2024_05_29t20_07_48_795z-png','','','2024-05-29 20:09:15','2024-05-29 20:09:15','',151,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/cropped-image_2024_05_29T20_07_48_795Z.png',0,'attachment','image/png',0),(153,1,'2024-05-29 20:10:33','2024-05-29 20:10:33','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:10:33','2024-05-29 20:10:33','',102,'https://carol-pickett2.designsfunnelserver.com/?p=153',0,'revision','',0),(154,1,'2024-05-29 20:10:33','2024-05-29 20:10:33','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:10:33','2024-05-29 20:10:33','',102,'https://carol-pickett2.designsfunnelserver.com/?p=154',0,'revision','',0),(155,1,'2024-05-29 20:10:33','2024-05-29 20:10:33','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:10:33','2024-05-29 20:10:33','',102,'https://carol-pickett2.designsfunnelserver.com/?p=155',0,'revision','',0),(156,1,'2024-05-29 20:11:33','2024-05-29 20:11:33','','CONTACT','','publish','closed','closed','','contact','','','2024-05-29 20:11:33','2024-05-29 20:11:33','',0,'https://carol-pickett2.designsfunnelserver.com/?p=156',18,'nav_menu_item','',0),(157,1,'2024-05-29 20:12:00','2024-05-29 20:12:00','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:12:00','2024-05-29 20:12:00','',102,'https://carol-pickett2.designsfunnelserver.com/?p=157',0,'revision','',0),(158,1,'2024-05-29 20:12:00','2024-05-29 20:12:00','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:12:00','2024-05-29 20:12:00','',102,'https://carol-pickett2.designsfunnelserver.com/?p=158',0,'revision','',0),(159,1,'2024-05-29 20:12:00','2024-05-29 20:12:00','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:12:00','2024-05-29 20:12:00','',102,'https://carol-pickett2.designsfunnelserver.com/?p=159',0,'revision','',0),(160,1,'2024-05-29 20:13:18','2024-05-29 20:13:18','','001 (2)','','inherit','open','closed','','001-2','','','2024-05-29 20:13:18','2024-05-29 20:13:18','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/001-2.jpg',0,'attachment','image/jpeg',0),(161,1,'2024-05-29 20:13:31','2024-05-29 20:13:31','','002 (2)','','inherit','open','closed','','002-2','','','2024-05-29 20:13:31','2024-05-29 20:13:31','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/002-2.jpg',0,'attachment','image/jpeg',0),(162,1,'2024-05-29 20:13:50','2024-05-29 20:13:50','','self-defense','','inherit','open','closed','','self-defense-2','','','2024-05-29 20:13:50','2024-05-29 20:13:50','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/self-defense-1.png',0,'attachment','image/png',0),(163,1,'2024-05-29 20:13:51','2024-05-29 20:13:51','','cooler','','inherit','open','closed','','cooler','','','2024-05-29 20:13:51','2024-05-29 20:13:51','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/cooler-1.png',0,'attachment','image/png',0),(164,1,'2024-05-29 20:13:53','2024-05-29 20:13:53','','stamina','','inherit','open','closed','','stamina','','','2024-05-29 20:13:53','2024-05-29 20:13:53','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/stamina-1.png',0,'attachment','image/png',0),(165,1,'2024-05-29 20:13:54','2024-05-29 20:13:54','','strenght','','inherit','open','closed','','strenght','','','2024-05-29 20:13:54','2024-05-29 20:13:54','',9,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/strenght-1.png',0,'attachment','image/png',0),(166,1,'2024-05-29 20:14:13','2024-05-29 20:14:13','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:14:13','2024-05-29 20:14:13','',9,'https://carol-pickett2.designsfunnelserver.com/?p=166',0,'revision','',0),(167,1,'2024-05-29 20:14:13','2024-05-29 20:14:13','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Junior Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Karate Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n \"\" \n

Judo Class

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:14:13','2024-05-29 20:14:13','',9,'https://carol-pickett2.designsfunnelserver.com/?p=167',0,'revision','',0),(168,1,'2024-05-29 20:14:14','2024-05-29 20:14:14','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:14:14','2024-05-29 20:14:14','',9,'https://carol-pickett2.designsfunnelserver.com/?p=168',0,'revision','',0),(169,1,'2024-05-29 20:15:56','2024-05-29 20:15:56','\n
\"man
Breaking a garden brick with a tampon
\n\n\n\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n\n\n\n

A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You practiced in the dojo, gradually working your way up to the more difficult breaks.

\n\n\n\n

Breaking is not for the faint of heart.  At one tournament, a “master” wanted to break a 3 x 3 x 4-foot slab of ice with his head.  The trick to this is to cut slices in the ice every six inches or so, so it loosens up the ice.  His ran into a problem, though, he nearly broke his head instead.  In 100+ degree August weather, after sitting in a gym most of the day, the ice melted and froze the cuts in the ice.  It was as solid as a rock.  No way anyone could have broken that.  The lesson here is to carefully chose your breaking medium, and if you want to break ice, perhaps wintertime would be a better time to do it!

\n\n\n\n

“TAMESHIWARI”

\n\n\n\n

The word “tameshiwari” comes from Japanese, where “tameshi” means “test” or “trial,” and “wari” means “break” or “split.” Together, it roughly translates to “test of breaking.”

\n\n\n\n

The Japanese, in their efficiency, use the word interchangeably with occupations other than breaking wood.  But they are all used to “test.”  In business and marketing, they test the product; culinary arts – taste the food; education – assess how the students are progressing; product development – testing their cars, as an example, which are some of the best on the market.

\n\n\n\n

There are different uses of the word, but in the end, the meaning of tamashewari for our purposes, is to test your strength, your concentration and focus, your training.

\n\n\n\n

Breaking is not the goal of the martial arts, simply another aspect.  Like kata and kumite, tamashewari has its place.  It gives the practitioner a chance to test their skills in a noncombative environment – your only opponent is the medium you are breaking.   Will you break it, or will it break you?

\n\n\n\n

I can tell you from experience, if you miss, it hurts – missing may lead to broken bones.  To avoid that, you must train.

\n\n\n\n

MAKIWARA

\n\n\n\n

In his book “Okinawan Karate: Teachers, Styles, and sacred techniques” (1999), Mark Bishop tells of his interview with Seiki Arakaki, student of Hohan Sokan, of the Matsumuru Orthodox Shorin-ryu style. When asked about makawara training, Arakaki Sensei had this to say:

\n\n\n\n

“A makawara should be springy with a generous amount of give, or the constant striking of it will damage the striker’s wrists.  There were, and still are, basically two types of makiwara, the flat board and the round post.  The flat one is used for practicing the straight corkscrew punch and the round one, which has one or two splits halfway down the middle, is used for training the fist, elbow and the side of the hand.  Makiwaras should always be padded with something soft like straw-rope, rubber or carpet, to cushion the impacts of the strike.” 

\n\n\n\n
\"\"
Two types of makiwaras
\n\n\n\n

Later, Arikaki developed a large flat makiwara originally meant for children to use.  It was softly padded with rubber, and gave easily, which prevented injury.  This type of makiwara is also useful for practicing side and jump kicks.

\n\n\n\n

Arikaki’s father warned him about getting huge black callouses on his knuckles from using the makiwara.  His father was a merchant, and feared that his customers, on seeing such swollen and deformed hands, would be frightened and turn away.  Plus, the local ruffians loved to pick out the so-called karateka that used such techniques to show off their prowess.  “After practicing on the markiwara it is a good idea to wash one’s hands in salt water (or urine) and then alcohol.  If the skin is cut, always carefully sterilize the affected area.”

\n\n\n\n

“When first using the makiwara, one should punch softly and then gradually increase the power day-by-day.”

\n\n\n\n

A CAN OF SAND

\n\n\n\n

Take a one-pound coffee can and fill it with sand.  Set it on the counter, preferably waist-high so you don’t have to bend over and move the can with your punch.  The can should be heavy enough so that it will not slide on its own, and you will have to put some force behind it.  This is a good place to practice your one-inch punch, popping the fist forward with a flick of the wrist.

\n\n\n\n

Sand is also useful for conditioning your fingers.  Practice doing spear fingers into the sand; this will toughen them up nicely.

\n\n\n\n

Be sure to take good care of your hands, though, because you don’t want to end up like this….

\n\n\n\n
\"\"
Makiwara hands
\n\n\n\n

SNUFF THE CANDLE

\n\n\n\n

This is a fun way to practice your focus.  Light a candle and try to put it out with a punch or a hand strike without touching the flame.  Sounds easy.

\n\n\n\n

HAND CARE

\n\n\n\n

If you want to break, you have to toughen the hands.  There is a way to keep from having makiwara hands, and although using the makiwara is only one way to train, you also must strengthen your hands just for general self-defense purposes.  How can you punch someone in the jaw if your hands are soft?

\n\n\n\n

These are measures all martial artists should use to protect and toughen their hands.  In traditional Okinawan training, there are toughening exercises for all parts of the body – 1) to increase the tolerance for pain, 2) to make the muscles stronger so you can better withstand an assault.

\n\n\n\n

I don’t think it is entirely possible to not end up with damaged hands, if you want to be a champion at tameshiwari.  In later life, arthritis will inevitably step in.  But that’s later in life, right?  In the meantime, here are some hand care tips.

\n\n\n\n
    \n
  1.  Dit daw jao is a wonderful liniment that takes the soreness away and has amazing healing powers.  You can make your own concoction by adding other chinese medicines to the mix, such as iron palm strengthening, and mucle and tendon mixes.
  2. \n\n\n\n
  3. Epsom salts.  If you don’t have cuts or scratches, epsom salts in warm water works well in taking the swelling and pain down.
  4. \n\n\n\n
  5. Back off training if injury occurs.  Give your hands a chance to heal before going back at it.
  6. \n\n\n\n
  7. Circuit train.  Makiwara, sand training, practice breaking, rest.  Every four days, you start the circuit over again.
  8. \n
\n\n\n\n

If you train well, and slowly progress, you will save your hands and enjoy the wonders of breaking.

\n\n\n\n

BRICKS ON FIRE!

\n\n\n\n

This is not something you should try on your students, but martial artists are crazy people, right?  Always testing limits, seeing just exactly what the art has to offer as far as prowess and difficulty.  The pictures here is of Pickett when he was 16 years old, giving a demonstration.  Too bad there isn’t a video of this, it would be something to see, but you’ll have to use your imagination.  Is this something you would try?

\n\n\n\n
\"\"
\n\n\n\n

BREAKING TECHNIQUES (TAMISHIWARI)

\n\n\n\n

This is a page from the Mushin Dojo black belt book on breaking.

\n\n\n\n

A.  Purpose:

\n\n\n\n

It is stated that boards and bricks will not attack you.  The reason one needs to know about breaking is to channel your inner powers that are used for general purposes, e.g. body cleansing, sex, and all physical activities that take on mental concentration. By understanding “in-focus” concepts we can now go about generating and controlling these powers that all humans have and magnify it to excel into activities that are physical.

\n\n\n\n

B.  Focusing – Methods used:

\n\n\n\n
    \n
  1. Clearing the mind into void.
  2. \n\n\n\n
  3. Pinpointing a focal area.
  4. \n\n\n\n
  5. To foresee the break, through in-focus prep (mental rehearsal).
  6. \n\n\n\n
  7. To be able to divorce all outside activities from the mind until one senses harmony and ease.
  8. \n
\n\n\n\n

C.  Hand conditioning:

\n\n\n\n
    \n
  1. Start with a sandbag and work up to a makiwara.
  2. \n\n\n\n
  3. Experiment by applying one or a combination or focusing methods.
  4. \n\n\n\n
  5. Focus on your lower diaphragm with each hit by intensifying your stomach (by bloating it out).
  6. \n\n\n\n
  7. Use proper hand liniments after and heating of the hands to keep them from becoming arthritic or cancerous, such as Dit-Da-Jow.
  8. \n
\n\n\n\n

D.  Three methods of breaking:

\n\n\n\n
    \n
  1. Brute force
  2. \n\n\n\n
  3. Ki or chi
  4. \n\n\n\n
  5. Depressurizing.  The feeling of depressurizing (like squeezing your nose and blowing air to clear your ears), thus cutting the stimulus of pain to the brain allowing continuous follow through.
  6. \n
\n\n\n\n

IN-FOCUS PICTURE OF THE MIND (MENTAL REHEARSAL OR PREPARATION OF THE MIND)

\n\n\n\n

Purpose:

\n\n\n\n

To Improve confidence, reaction time and physical coordination.  Also, increases concentration and gives greater control over every aspect of your art.  During mental rehearsal a state of relaxation erases thoughts and feelings from your mind and focuses on a blank screen on which you can project the moving images that directs your athletic abilities.  You prepare your mind (inner) to coincide with the athletic event or art (outer) which in turn primes you towards your focal performance.

\n\n\n\n

These mental rehearsals must include movements rather than static postures.  Here’s where you create chances to complete each action, whereas the mental imaginary action will respond automatically to your physical self.  In order to develop mental rehearsal, one might at start go merely into impressions.  Don’t overreach.  Make sure that the performance level (mentally) you are trying to attain is well within the realm of possibility.

\n\n\n\n

In summation, the aim of the martial artist is to be able to maximize into a high responsive stage and to ensure that the (inner) and (outer) self-matures equally.

\n\n\n\n
\"\"
A flying kick breaks wood
\n\n\n\n

BREAKING COMPETITION

\n\n\n\n

Some people like to break for seminars and demonstrations.  Others like to try their skills in tournament breaking competitions.  If you break in a tournament, there are some politics involved, such as searching out the judges and determining their preferences.  Some judges like flash, but most appreciate pure, solid technique.  The competitors usually set up their boards and bricks beforehand, and this gives you a chance to scope out the competition.  But in the end, it doesn’t matter what the judges think, or what the competition looks like, in the end, it’s just you and your break.

\n\n\n\n

Now is not the time to be nervous and lose your focus.  That is the point of this, right?  To test your focus and concentration under the most stressful conditions?  Breaking in a tournament is like public speaking; lots of fear and anxiety, getting in front of an audience and showing your stuff.

\n\n\n\n

Be sure to keep your breaks within your possibilities.  This is not the time to try something new.  And for sure, try not to be a hero and break something like a slab of ice in the middle of summer!

\n\n\n\n

As one judge once told me, “You have to believe in yourself.”  Perhaps, ultimately, tameshiwari is the test of the spirit.

\n\n\n\n

Here are a couple of articles on breaking you might like.

\n\n\n\n

MasutatsuOyama.com – Tameshiwari – The art of breaking

\n\n\n\n

The Quick & Dirty Guide to Tameshiwari: Breaking Stuff the Karate Way (karatebyjesse.com)

\n\n\n\n

Happy breaking!

\n\n\n\n

Sensei Carol

\n\n\n\n
\"Out
\n','Tameshiwari Unleashed: Mastering the Art of Breaking','','publish','open','open','','tameshiwari-unleashed-mastering-the-art-of-breaking','','','2024-05-29 20:20:20','2024-05-29 20:20:20','',0,'https://carol-pickett2.designsfunnelserver.com/?p=169',0,'post','',0),(170,1,'2024-05-29 20:16:51','2024-05-29 20:16:51','\n

\n\n\n\n
\"Chinese
\n\n\n\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n\n\n\n

A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover it, you will be amazed.

\n\n\n\n

The word for “life force” is written three ways:  chi, ki, or Qi (pronounced “chee” or “kee”).  In this article, it is spelled “Qi”.

\n\n\n\n

Ki is the Japanese spelling, and chi or Qi are used interchangeably or when designating a specific Chinese art, such as qigong or chi-kung (pronounced “ki-gong”) or tai chi (pronounced “tie chee”).  However, the meaning of “chi” in tai chi comes from the concept of yin and yang, and is not the same concept we are discussing here.

\n\n\n\n

QI IS THE FORCE THAT KEEPS US ALIVE. 

\n\n\n\n

There are three types of energies:  Jing (essence), Qi (internal), and Shen (spiritual).  These are the energies that surround us and lives in our bodies.  Qi is the expression of Jing and Shen, and to explain this as simply as possible, I will focus on Qi.

\n\n\n\n

“WHAT IS QI?”

\n\n\n\n

Qi is in every living creature.  Hard to pin down; Qi is as ethereal as love and as undefinable as God.

\n\n\n\n

You cannot see love, you cannot touch God, but we accept the concepts of both.

\n\n\n\n

Love can be explained physiologically.  A combination of hormones – oxytocin, dopamine, serotonin, adrenaline, and others; plus the neuropathways of mirror neurons, and cell regulation.

\n\n\n\n

Qi can also be explained physiologically.  A rush of hormones, neurons, chemicals, breath, and heartbeat – those things that give us life.

\n\n\n\n

THE IDEA OF QI GOES DEEPER THAN OUR PHYSICAL BODIES.

\n\n\n\n

The Chinese have experimented with and studied this concept since the beginning of their civilization.  Hundreds of millions of people have experienced Qi through practicing tai chi, yoga, and the martial arts.  Yoga refers to breath as prana, which also translates to “life force.”

\n\n\n\n

WHAT EXACTLY IS QI?  IS IT PHYSICAL, MENTAL OR SPIRITUAL?  – OR IS IT ALL THREE?

\n\n\n\n

Qi is our connection to the Universe; that from which comes our source of energy.  We are a sum total of energy.  Electrical impulses surge through our bodies.  The basis of every cell, the nucleus, has an electrical polarity of plus, minus and neutral.

\n\n\n\n

We all breathe the same air and are made of carbon mixed with hydrogen and other elements.  We are like the rest of the Universe. Our composition is the same as all living and nonliving things.

\n\n\n\n

We are no more aware of this life force circulating through our bodies than we are of our breath – both are a natural response for survival.  We do not count our breaths or wonder where the next one is coming from.  Yet we trust we will breathe again.

\n\n\n\n

Qi is recognized through visualization, awareness of how the body functions, and concentrated thought.

\n\n\n\n

When you have a hard work out, you feel exhilarated, sore and sweaty, but you may not feel the warm, tingly feeling of Qi.

\n\n\n\n

YOU MUST CALL QI FORTH TO CHANNEL ITS USE.

\n\n\n\n

New-age qigong practitioners go through the motions of waving arms, bending, stretching, and breathing, so what is the difference between qigong practice and any other?  Well on this level, there is no difference.

\n\n\n\n

I first came across the healing power of Qi many years ago.  My sensei healed broken bones in three weeks!  His healing powers were amazing.  His secret was this:  He visualized a construction crew in his body, and each night he set them to work, watching them rebuild his bone.

\n\n\n\n

QI IS VISUALIZATION AND AWARENESS.  NOTHING MYSTICAL ABOUT IT.

\n\n\n\n
\"profile
\n\n\n\n

Circulating QI using the Dan TienThis is how it works.  When you breathe into your belly (dan tien), you just don’t just breathe, you see the breath.  See the energy.  Imagine a fire burning in your belly spreading warmth and light as it travels the pathway of Qi.

\n\n\n\n

Follow the Qi from the dan tien, up the spine, around the brain, down the face, chest, abdomen, and back to the beginning.  You can send Qi to a hot spot – a place of pain, and mentally massage it.  You can use Qi to help you relax and fall asleep.

\n\n\n\n

Healer’s hands emit the energy of Qi.  People who are aware can feel the warmth of an area of another’s pain.

\n\n\n\n

Just like love, because we cannot see it, that does not mean Qi does not exist.  We emit energy, and whether you can see someone’s aura- energy field – or not, believe it.  Qi exists.

\n\n\n\n

Our bodies are part of the Universe. Our bodies produce and emit the same energy as the Universe.

\n\n\n\n

DO NOT DISCOUNT THE POWER OF THE MIND AND BODY.  OR THE FORCE THAT DRIVES US.

\n\n\n\n

THIS IS QI.  THE LIVING, BREATHING FORCE THAT GIVES EACH ONE OF US LIFE AND VITALITY.

\n\n\n\n

\n\n\n\n

“FOLLOW THE QI”
AN ACTIVE MEDITATION

\n\n\n\n

Mantak Chia is a Daoist, that is to say he practices the Dao, which has a slightly different philosophy than Buddhism. I picked the following video because the techniques he shows produce instant results.  When you are finished, as he says, your pumps are working, and the fluid is flowing.

\n\n\n\n

Our body, like the earth, is seventy-percent water, consider it like a ball of fluid.  There is the spinal cord fluid, which consists of both the sacral and cranial pumps.  Two thirds of the fluid is in our stomach and intestines, and this is an important part of our body we generally ignore.  We push our digestion with fast foods and hurried eating, which we all know is not healthy, but we do it anyway.

\n\n\n\n

STRESS – DO YOU FIGHT OR FLEE?

\n\n\n\n

Our stress compounds on itself, which he says stress is “fight or flight.”  If you think about it, this makes sense.  We are always in a rush, a war in our world, trying to get one step ahead without falling two steps backwards.  Our business, our jobs, our homes, we are attuned to stress.

\n\n\n\n

The body’s natural reaction to fight and flight is to shut down.  Digestion, elimination, and breathing becomes inefficient.  The body’s ocean becomes stagnant.  The stress is blocking the flow of our energy, our qi.

\n\n\n\n

There are three elimination portholes: the lungs, the kidneys, and the digestion.  We can live without oxygen for about 3 minutes, without relieving our kidneys – maybe a week.  People who have digestive problems experience pain and weakness which drag on for years.

\n\n\n\n

This video shows you how to unblock those blockages.  The technique is to isolate parts of the body by using the breath to cleanse out the system.  First you start with the cranial/sacral pump, then the lower abdomen, the middle abdomen, the upper abdomen and then heart and lungs.

\n\n\n\n

The breathing is easy.  Follow along as he shows you the techniques, and you will be amazed at how much better you feel in just one session.  Incorporate this into your daily routine and keep the lovely ocean in your body flowing freely.

\n\n\n\n

IF YOU ARE SATISFIED WITH YOURSELF, YOU ARE HUMBLE AND PEACEFUL.

\n\n\n\n

ARVE

\n\n\n\n

If you enjoy this post, you will like Zen Mentality, the Bushido Way.

\n\n\n\n

Smile!  Spread some cheer today.  😎

\n\n\n\n

Sensei Carol

\n\n\n\n
\"Out
\n\n\n\n

tagged breath, chi, life force, qi

\n','Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power','','publish','open','open','','unleashing-qis-remarkable-potential-exploring-its-incredible-power','','','2024-05-29 20:20:29','2024-05-29 20:20:29','',0,'https://carol-pickett2.designsfunnelserver.com/?p=170',0,'post','',0),(171,1,'2024-05-29 20:17:20','2024-05-29 20:17:20','\n

\n\n\n\n
\"concrete
      “It’s a jungle out there!”
\n\n\n\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n\n\n\n

As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters?

\n\n\n\n

KNOW ENOUGH SURVIVAL TO BE DANGEROUS.

\n\n\n\n

Dangerous to yourself.  It is a common occurrence.  A new student, we’ll call him James, is unsure of himself and of this art he’s learning.  Through training, his confidence grows.  He begins to wonder if this stuff really works.  With increasing confidence James comes to believe in his ability to confront the bully who sent him to karate class in the first place. Fueled by this newfound self-assurance, he feels he is ready for his bully the next time they cross paths.

\n\n\n\n

It is with great joy that a sensei hears the words, “This stuff really works!”  James beams as he tells the story of how he saw the punch coming and just reached out and deflected it.  Then he punched the bully back.   “Startled,” he said, “This time the bully ran away from me!”  James was schooled in Funakoshi’s rule that “there is no first attack in karate.”  James learned his lesson well and waited for the bully to attack him first.

\n\n\n\n

KARATE NI SENTI NACHI FOR STREET SURVIVAL

\n\n\n\n
\"Hello
Hello Gracie – Gracie Jujitsu
\n\n\n\n

It is drilled into your head.  Karate is a defensive art.  You wait for the attack to come to you.  Not everything you learn in the dojo fits to real life, in case you haven’t figured it out.  Training in the dojo teaches you reaction skills, to think on your feet, to act first and think later.  This comes from the rigorous repetition of techniques.  Over and over again.  How many times has your sensei said, “Again.”

\n\n\n\n

Again and again.  Training muscle memory.

\n\n\n\n

You’re coached to stay vigilant of your environment, using peripheral vision and minimizing distractions, like not to use your cellphone in a busy public place. Through practice, you cultivate a confident demeanor that inadvertently deters potential threats.    Though you are not confrontational, your self-assurance often discourages would-be muggers from targeting you.

\n\n\n\n

But it’s a jungle out there. There is always one person who trains harder than you.  One person who is stronger than you.  Even black belts get attacked and beat up.  The belt you wear around your waist is no guarantee of success.  What happens when you come upon a group of thugs who want to knock your attitude down a notch or two?   Will you be able to “fight not to lose?”

\n\n\n\n

There are rules and then there are rules.  The idea behind no first attack is to develop character and teach you different ways to deescalate a threat besides fisticuffs.  But sometimes, rules are made to be broken, and if you feel your life is in danger, there is only one rule.  You fight to not lose.

\n\n\n\n

SEVEN ESSENTIAL STREET SURVIVAL TACTICS

\n\n\n\n
    \n
  • UNCONVENTIONAL TACTICS: EMBRACING “DIRTY FIGHTING” FOR SURVIVAL
  • \n
\n\n\n\n

When fighting for your life, you do what it takes to dissuade your attacker and remove yourself from the threat.  Use whatever is at hand to accomplish this.  Lamps, chairs, rocks, sticks.  You have no time to think, this confrontation will be over in a few seconds.  Do what you can to overcome your attacker.

\n\n\n\n
    \n
  • SEIZING CONTROL: PRESSING THE OFFENSIVE
  • \n
\n\n\n\n

To press the offensive means to attack first!  Attack the attacker.  This is where you distinguish between your dojo training and your will to survive.  When someone attacks you, your very first move may or may not be a defensive move, but the goal is to do whatever it takes to get the hell out of there!

\n\n\n\n

Don’t let the guy get a bear hug on you before you decide he’s a threat.  You’ve developed your perceptions – eyes in the back of your head.  Use them.  When you sense danger, react.  If someone comes up behind you, you can feel him getting close.  If you turn and see him coming at you aggressively, he hasn’t touched you yet but he’s within your boundary of a perceived threat, use this chance for a heel palm to the nose, before he knows what’s coming.

\n\n\n\n
    \n
  • TARGETING VULNERABILITIES: PRIORITIZING VITAL STRIKES
  • \n
\n\n\n\n

Which brings us to target points.  There are 108 vulnerable points on the body that are easily reached.  If you have been on the receiving end of any of these, you are aware of how instantly disabling they are. When you are in a street fight, however, it is not always easy to reach some of these points.  The assailant may be wearing a heavy coat, for instance.  The following charts show you 32 of these points.  With this arsenal at hand, you know where to aim for the most vulnerable areas.

\n\n\n\n
\"\"
\n\n\n\n
    \n
  • TACTICAL ADVANTAGE: EMPLOY SURPRISE ATTACKS
  • \n
\n\n\n\n

You practice feinting in the dojo – fake low, go high.  Don’t forget to use this when you are in an attack situation.  Look away as though someone’s behind your assailant; double over in pain; act like a fool.  Whatever it takes.

\n\n\n\n

Surprise them!  Keep them on their toes.  Musashi calls it “mountains and valleys.”  When they come in high, you go in low.  If you try a technique that doesn’t work, change it up.  Stay on top of the game and watch for openings.

\n\n\n\n
    \n
  • CONSTANT VIGILANCE: NEVER EXPOSE YOUR BACK
  • \n
\n\n\n\n

So many self-defense videos show the girl thwarting her attacker and then running away.  This is crazy.

\n\n\n\n

Make sure your exit is clear so when you do run away, you encounter no other danger.  However, do not turn your back and run away.  Step back.  Keep your hands open in a defensive position and back, back away.  If you practice distancing in the dojo, closing the gap in one step, or backing away without your opponent realizing it; this is the same principle.  Try to cover ground without them noticing.  If they are down, good job on your part, but assume they could suddenly recover and come after you.  When you do run away, run backwards until you are a safe distance from the threat.

\n\n\n\n
    \n
  • KNIFE AWARENESS: UNDERSTAND THE DANGERS
  • \n
\n\n\n\n

Many assailants like to carry knives.  Much more efficient than a gun and easier to conceal.  Muggers like to work up close and personal, and a gun is not suited for close-in quarters.  What do you do if someone comes at you with a knife?

\n\n\n\n

First of all, don’t let him get close enough to grab you and put it against your throat.  It is a little bit too late then to do anything but relent to his wishes – and hope he isn’t serious about cutting you.  You are using the skills you learned in the dojo so hopefully that won’t happen.  You are aware of your surroundings and when you see someone suspicious, you keep your eye on them.

\n\n\n\n

If someone has a knife in their hand, expect to get cut.  Keep the inside of your forearms toward your body at all times.    The outside of your arm has fewer major blood vessels, and you can cover most of your chest and abdomen with a forearm.  Practice blocking a knife in the dojo.  Adapt knives as one of your weapons.  My favorite weapon is a knife.  I’ve practiced with live blades, and yes, I’ve been cut.  Guess what?  Getting cut isn’t the end of the world.  Disarm the knife from your attacker as quickly as you can.  Don’t be a hero.

\n\n\n\n
    \n
  • STRATEGIC ENGAGEMENT: MANAGING GROUP ATTACKS WITH SINGULAR FOCUS
  • \n
\n\n\n\n

Managing a group of thugs can get interesting.  But if you watch a group fight, generally the entire bunch doesn’t gang up in a dog pile.  There are only one or two brave enough to come after you, and the rest hang back.  Look for the leader.  Make eye contact.  Give him the nonverbal message that you have no desire to deal with him.  Watch his body language.  Show no fear.  Chances are he will let you pass on by.

\n\n\n\n

But if not, you can only deal with one person at a time.  Use the first one to distance yourself from the others.  Put him between you and as many of his buddies as possible.  Quickly disable the first attacker and use that moment of opening to back away.  Try not to let the group surround you.

\n\n\n\n
    \n
  • EMERGENCY RESPONSE: ACTIONS TO TAKE IN CRITICAL SITUATIONS
  • \n
\n\n\n\n

The trick in getting away from any self-defense situation is to make sure you know your escape exit is clear.  There’s a big wave now of “you are what you think, and if you think bad thoughts, you will go there.”  In some cases that is true.

\n\n\n\n
\"\"
\n\n\n\n

In the case of self-defense though, it is never “bad thoughts” to visualize situations and how you would handle them.  Defending yourself on the street is no different than learning a kata.  When doing kata, you use your imagination and see different scenes of attack and defense as they apply to the moves in that kata.

\n\n\n\n

Mentally rehearsing what you would do in a situation if you were attacked is no different.  They say the martial arts is 90% mental and 10% physical.  This is what that means.  You spend 90% of your time thinking of your training, 10% in actual physical training, and >0.10 of this time defending yourself.

\n\n\n\n

This is the time to believe in your training.  Now is not the time to panic.  Stay focused on the moment and rely on your instincts.

\n\n\n\n

Save the nerves, the shakes, the self-doubts, the “I should haves” for after you are away from your threat.  Then as you are shaking in your shoes, trying to calm down, then is the time to review what you did and should have done, and be grateful for your excellent training.

\n\n\n\n

There you have it.  Eight survival tactics you can rely on if you are caught in the concrete jungle – urban living.    But even though your chances of getting attacked are less if you live in a rural area, you never know who’s lurking behind those bushes!

\n\n\n\n

Take care and be aware.

\n\n\n\n

Sensei Carol

\n\n\n\n
\"Out
\n','Mastering the Concrete Jungle: 8 Essential Street Survival Tactics','','publish','open','open','','mastering-the-concrete-jungle-8-essential-street-survival-tactics','','','2024-05-29 20:20:38','2024-05-29 20:20:38','',0,'https://carol-pickett2.designsfunnelserver.com/?p=171',0,'post','',0),(172,1,'2024-05-29 20:15:56','2024-05-29 20:15:56','\n
\"man
Breaking a garden brick with a tampon
\n\n\n\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n\n\n\n

A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You practiced in the dojo, gradually working your way up to the more difficult breaks.

\n\n\n\n

Breaking is not for the faint of heart.  At one tournament, a “master” wanted to break a 3 x 3 x 4-foot slab of ice with his head.  The trick to this is to cut slices in the ice every six inches or so, so it loosens up the ice.  His ran into a problem, though, he nearly broke his head instead.  In 100+ degree August weather, after sitting in a gym most of the day, the ice melted and froze the cuts in the ice.  It was as solid as a rock.  No way anyone could have broken that.  The lesson here is to carefully chose your breaking medium, and if you want to break ice, perhaps wintertime would be a better time to do it!

\n\n\n\n

“TAMESHIWARI”

\n\n\n\n

The word “tameshiwari” comes from Japanese, where “tameshi” means “test” or “trial,” and “wari” means “break” or “split.” Together, it roughly translates to “test of breaking.”

\n\n\n\n

The Japanese, in their efficiency, use the word interchangeably with occupations other than breaking wood.  But they are all used to “test.”  In business and marketing, they test the product; culinary arts – taste the food; education – assess how the students are progressing; product development – testing their cars, as an example, which are some of the best on the market.

\n\n\n\n

There are different uses of the word, but in the end, the meaning of tamashewari for our purposes, is to test your strength, your concentration and focus, your training.

\n\n\n\n

Breaking is not the goal of the martial arts, simply another aspect.  Like kata and kumite, tamashewari has its place.  It gives the practitioner a chance to test their skills in a noncombative environment – your only opponent is the medium you are breaking.   Will you break it, or will it break you?

\n\n\n\n

I can tell you from experience, if you miss, it hurts – missing may lead to broken bones.  To avoid that, you must train.

\n\n\n\n

MAKIWARA

\n\n\n\n

In his book “Okinawan Karate: Teachers, Styles, and sacred techniques” (1999), Mark Bishop tells of his interview with Seiki Arakaki, student of Hohan Sokan, of the Matsumuru Orthodox Shorin-ryu style. When asked about makawara training, Arakaki Sensei had this to say:

\n\n\n\n

“A makawara should be springy with a generous amount of give, or the constant striking of it will damage the striker’s wrists.  There were, and still are, basically two types of makiwara, the flat board and the round post.  The flat one is used for practicing the straight corkscrew punch and the round one, which has one or two splits halfway down the middle, is used for training the fist, elbow and the side of the hand.  Makiwaras should always be padded with something soft like straw-rope, rubber or carpet, to cushion the impacts of the strike.” 

\n\n\n\n
\"\"
Two types of makiwaras
\n\n\n\n

Later, Arikaki developed a large flat makiwara originally meant for children to use.  It was softly padded with rubber, and gave easily, which prevented injury.  This type of makiwara is also useful for practicing side and jump kicks.

\n\n\n\n

Arikaki’s father warned him about getting huge black callouses on his knuckles from using the makiwara.  His father was a merchant, and feared that his customers, on seeing such swollen and deformed hands, would be frightened and turn away.  Plus, the local ruffians loved to pick out the so-called karateka that used such techniques to show off their prowess.  “After practicing on the markiwara it is a good idea to wash one’s hands in salt water (or urine) and then alcohol.  If the skin is cut, always carefully sterilize the affected area.”

\n\n\n\n

“When first using the makiwara, one should punch softly and then gradually increase the power day-by-day.”

\n\n\n\n

A CAN OF SAND

\n\n\n\n

Take a one-pound coffee can and fill it with sand.  Set it on the counter, preferably waist-high so you don’t have to bend over and move the can with your punch.  The can should be heavy enough so that it will not slide on its own, and you will have to put some force behind it.  This is a good place to practice your one-inch punch, popping the fist forward with a flick of the wrist.

\n\n\n\n

Sand is also useful for conditioning your fingers.  Practice doing spear fingers into the sand; this will toughen them up nicely.

\n\n\n\n

Be sure to take good care of your hands, though, because you don’t want to end up like this….

\n\n\n\n
\"\"
Makiwara hands
\n\n\n\n

SNUFF THE CANDLE

\n\n\n\n

This is a fun way to practice your focus.  Light a candle and try to put it out with a punch or a hand strike without touching the flame.  Sounds easy.

\n\n\n\n

HAND CARE

\n\n\n\n

If you want to break, you have to toughen the hands.  There is a way to keep from having makiwara hands, and although using the makiwara is only one way to train, you also must strengthen your hands just for general self-defense purposes.  How can you punch someone in the jaw if your hands are soft?

\n\n\n\n

These are measures all martial artists should use to protect and toughen their hands.  In traditional Okinawan training, there are toughening exercises for all parts of the body – 1) to increase the tolerance for pain, 2) to make the muscles stronger so you can better withstand an assault.

\n\n\n\n

I don’t think it is entirely possible to not end up with damaged hands, if you want to be a champion at tameshiwari.  In later life, arthritis will inevitably step in.  But that’s later in life, right?  In the meantime, here are some hand care tips.

\n\n\n\n
    \n
  1.  Dit daw jao is a wonderful liniment that takes the soreness away and has amazing healing powers.  You can make your own concoction by adding other chinese medicines to the mix, such as iron palm strengthening, and mucle and tendon mixes.
  2. \n\n\n\n
  3. Epsom salts.  If you don’t have cuts or scratches, epsom salts in warm water works well in taking the swelling and pain down.
  4. \n\n\n\n
  5. Back off training if injury occurs.  Give your hands a chance to heal before going back at it.
  6. \n\n\n\n
  7. Circuit train.  Makiwara, sand training, practice breaking, rest.  Every four days, you start the circuit over again.
  8. \n
\n\n\n\n

If you train well, and slowly progress, you will save your hands and enjoy the wonders of breaking.

\n\n\n\n

BRICKS ON FIRE!

\n\n\n\n

This is not something you should try on your students, but martial artists are crazy people, right?  Always testing limits, seeing just exactly what the art has to offer as far as prowess and difficulty.  The pictures here is of Pickett when he was 16 years old, giving a demonstration.  Too bad there isn’t a video of this, it would be something to see, but you’ll have to use your imagination.  Is this something you would try?

\n\n\n\n
\"\"
\n\n\n\n

BREAKING TECHNIQUES (TAMISHIWARI)

\n\n\n\n

This is a page from the Mushin Dojo black belt book on breaking.

\n\n\n\n

A.  Purpose:

\n\n\n\n

It is stated that boards and bricks will not attack you.  The reason one needs to know about breaking is to channel your inner powers that are used for general purposes, e.g. body cleansing, sex, and all physical activities that take on mental concentration. By understanding “in-focus” concepts we can now go about generating and controlling these powers that all humans have and magnify it to excel into activities that are physical.

\n\n\n\n

B.  Focusing – Methods used:

\n\n\n\n
    \n
  1. Clearing the mind into void.
  2. \n\n\n\n
  3. Pinpointing a focal area.
  4. \n\n\n\n
  5. To foresee the break, through in-focus prep (mental rehearsal).
  6. \n\n\n\n
  7. To be able to divorce all outside activities from the mind until one senses harmony and ease.
  8. \n
\n\n\n\n

C.  Hand conditioning:

\n\n\n\n
    \n
  1. Start with a sandbag and work up to a makiwara.
  2. \n\n\n\n
  3. Experiment by applying one or a combination or focusing methods.
  4. \n\n\n\n
  5. Focus on your lower diaphragm with each hit by intensifying your stomach (by bloating it out).
  6. \n\n\n\n
  7. Use proper hand liniments after and heating of the hands to keep them from becoming arthritic or cancerous, such as Dit-Da-Jow.
  8. \n
\n\n\n\n

D.  Three methods of breaking:

\n\n\n\n
    \n
  1. Brute force
  2. \n\n\n\n
  3. Ki or chi
  4. \n\n\n\n
  5. Depressurizing.  The feeling of depressurizing (like squeezing your nose and blowing air to clear your ears), thus cutting the stimulus of pain to the brain allowing continuous follow through.
  6. \n
\n\n\n\n

IN-FOCUS PICTURE OF THE MIND (MENTAL REHEARSAL OR PREPARATION OF THE MIND)

\n\n\n\n

Purpose:

\n\n\n\n

To Improve confidence, reaction time and physical coordination.  Also, increases concentration and gives greater control over every aspect of your art.  During mental rehearsal a state of relaxation erases thoughts and feelings from your mind and focuses on a blank screen on which you can project the moving images that directs your athletic abilities.  You prepare your mind (inner) to coincide with the athletic event or art (outer) which in turn primes you towards your focal performance.

\n\n\n\n

These mental rehearsals must include movements rather than static postures.  Here’s where you create chances to complete each action, whereas the mental imaginary action will respond automatically to your physical self.  In order to develop mental rehearsal, one might at start go merely into impressions.  Don’t overreach.  Make sure that the performance level (mentally) you are trying to attain is well within the realm of possibility.

\n\n\n\n

In summation, the aim of the martial artist is to be able to maximize into a high responsive stage and to ensure that the (inner) and (outer) self-matures equally.

\n\n\n\n
\"\"
A flying kick breaks wood
\n\n\n\n

BREAKING COMPETITION

\n\n\n\n

Some people like to break for seminars and demonstrations.  Others like to try their skills in tournament breaking competitions.  If you break in a tournament, there are some politics involved, such as searching out the judges and determining their preferences.  Some judges like flash, but most appreciate pure, solid technique.  The competitors usually set up their boards and bricks beforehand, and this gives you a chance to scope out the competition.  But in the end, it doesn’t matter what the judges think, or what the competition looks like, in the end, it’s just you and your break.

\n\n\n\n

Now is not the time to be nervous and lose your focus.  That is the point of this, right?  To test your focus and concentration under the most stressful conditions?  Breaking in a tournament is like public speaking; lots of fear and anxiety, getting in front of an audience and showing your stuff.

\n\n\n\n

Be sure to keep your breaks within your possibilities.  This is not the time to try something new.  And for sure, try not to be a hero and break something like a slab of ice in the middle of summer!

\n\n\n\n

As one judge once told me, “You have to believe in yourself.”  Perhaps, ultimately, tameshiwari is the test of the spirit.

\n\n\n\n

Here are a couple of articles on breaking you might like.

\n\n\n\n

MasutatsuOyama.com – Tameshiwari – The art of breaking

\n\n\n\n

The Quick & Dirty Guide to Tameshiwari: Breaking Stuff the Karate Way (karatebyjesse.com)

\n\n\n\n

Happy breaking!

\n\n\n\n

Sensei Carol

\n\n\n\n
\"Out
\n','Tameshiwari Unleashed: Mastering the Art of Breaking','','inherit','closed','closed','','169-revision-v1','','','2024-05-29 20:15:56','2024-05-29 20:15:56','',169,'https://carol-pickett2.designsfunnelserver.com/?p=172',0,'revision','',0),(173,1,'2024-05-29 20:16:51','2024-05-29 20:16:51','\n

 by sensei carol, posted in internal power

\n\n\n\n
\"Chinese
\n\n\n\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n\n\n\n

A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover it, you will be amazed.

\n\n\n\n

The word for “life force” is written three ways:  chi, ki, or Qi (pronounced “chee” or “kee”).  In this article, it is spelled “Qi”.

\n\n\n\n

Ki is the Japanese spelling, and chi or Qi are used interchangeably or when designating a specific Chinese art, such as qigong or chi-kung (pronounced “ki-gong”) or tai chi (pronounced “tie chee”).  However, the meaning of “chi” in tai chi comes from the concept of yin and yang, and is not the same concept we are discussing here.

\n\n\n\n

QI IS THE FORCE THAT KEEPS US ALIVE. 

\n\n\n\n

There are three types of energies:  Jing (essence), Qi (internal), and Shen (spiritual).  These are the energies that surround us and lives in our bodies.  Qi is the expression of Jing and Shen, and to explain this as simply as possible, I will focus on Qi.

\n\n\n\n

“WHAT IS QI?”

\n\n\n\n

Qi is in every living creature.  Hard to pin down; Qi is as ethereal as love and as undefinable as God.

\n\n\n\n

You cannot see love, you cannot touch God, but we accept the concepts of both.

\n\n\n\n

Love can be explained physiologically.  A combination of hormones – oxytocin, dopamine, serotonin, adrenaline, and others; plus the neuropathways of mirror neurons, and cell regulation.

\n\n\n\n

Qi can also be explained physiologically.  A rush of hormones, neurons, chemicals, breath, and heartbeat – those things that give us life.

\n\n\n\n

THE IDEA OF QI GOES DEEPER THAN OUR PHYSICAL BODIES.

\n\n\n\n

The Chinese have experimented with and studied this concept since the beginning of their civilization.  Hundreds of millions of people have experienced Qi through practicing tai chi, yoga, and the martial arts.  Yoga refers to breath as prana, which also translates to “life force.”

\n\n\n\n

WHAT EXACTLY IS QI?  IS IT PHYSICAL, MENTAL OR SPIRITUAL?  – OR IS IT ALL THREE?

\n\n\n\n

Qi is our connection to the Universe; that from which comes our source of energy.  We are a sum total of energy.  Electrical impulses surge through our bodies.  The basis of every cell, the nucleus, has an electrical polarity of plus, minus and neutral.

\n\n\n\n

We all breathe the same air and are made of carbon mixed with hydrogen and other elements.  We are like the rest of the Universe. Our composition is the same as all living and nonliving things.

\n\n\n\n

We are no more aware of this life force circulating through our bodies than we are of our breath – both are a natural response for survival.  We do not count our breaths or wonder where the next one is coming from.  Yet we trust we will breathe again.

\n\n\n\n

Qi is recognized through visualization, awareness of how the body functions, and concentrated thought.

\n\n\n\n

When you have a hard work out, you feel exhilarated, sore and sweaty, but you may not feel the warm, tingly feeling of Qi.

\n\n\n\n

YOU MUST CALL QI FORTH TO CHANNEL ITS USE.

\n\n\n\n

New-age qigong practitioners go through the motions of waving arms, bending, stretching, and breathing, so what is the difference between qigong practice and any other?  Well on this level, there is no difference.

\n\n\n\n

I first came across the healing power of Qi many years ago.  My sensei healed broken bones in three weeks!  His healing powers were amazing.  His secret was this:  He visualized a construction crew in his body, and each night he set them to work, watching them rebuild his bone.

\n\n\n\n

QI IS VISUALIZATION AND AWARENESS.  NOTHING MYSTICAL ABOUT IT.

\n\n\n\n
\"profile
\n\n\n\n

Circulating QI using the Dan TienThis is how it works.  When you breathe into your belly (dan tien), you just don’t just breathe, you see the breath.  See the energy.  Imagine a fire burning in your belly spreading warmth and light as it travels the pathway of Qi.

\n\n\n\n

Follow the Qi from the dan tien, up the spine, around the brain, down the face, chest, abdomen, and back to the beginning.  You can send Qi to a hot spot – a place of pain, and mentally massage it.  You can use Qi to help you relax and fall asleep.

\n\n\n\n

Healer’s hands emit the energy of Qi.  People who are aware can feel the warmth of an area of another’s pain.

\n\n\n\n

Just like love, because we cannot see it, that does not mean Qi does not exist.  We emit energy, and whether you can see someone’s aura- energy field – or not, believe it.  Qi exists.

\n\n\n\n

Our bodies are part of the Universe. Our bodies produce and emit the same energy as the Universe.

\n\n\n\n

DO NOT DISCOUNT THE POWER OF THE MIND AND BODY.  OR THE FORCE THAT DRIVES US.

\n\n\n\n

THIS IS QI.  THE LIVING, BREATHING FORCE THAT GIVES EACH ONE OF US LIFE AND VITALITY.

\n\n\n\n

\n\n\n\n

“FOLLOW THE QI”
AN ACTIVE MEDITATION

\n\n\n\n

Mantak Chia is a Daoist, that is to say he practices the Dao, which has a slightly different philosophy than Buddhism. I picked the following video because the techniques he shows produce instant results.  When you are finished, as he says, your pumps are working, and the fluid is flowing.

\n\n\n\n

Our body, like the earth, is seventy-percent water, consider it like a ball of fluid.  There is the spinal cord fluid, which consists of both the sacral and cranial pumps.  Two thirds of the fluid is in our stomach and intestines, and this is an important part of our body we generally ignore.  We push our digestion with fast foods and hurried eating, which we all know is not healthy, but we do it anyway.

\n\n\n\n

STRESS – DO YOU FIGHT OR FLEE?

\n\n\n\n

Our stress compounds on itself, which he says stress is “fight or flight.”  If you think about it, this makes sense.  We are always in a rush, a war in our world, trying to get one step ahead without falling two steps backwards.  Our business, our jobs, our homes, we are attuned to stress.

\n\n\n\n

The body’s natural reaction to fight and flight is to shut down.  Digestion, elimination, and breathing becomes inefficient.  The body’s ocean becomes stagnant.  The stress is blocking the flow of our energy, our qi.

\n\n\n\n

There are three elimination portholes: the lungs, the kidneys, and the digestion.  We can live without oxygen for about 3 minutes, without relieving our kidneys – maybe a week.  People who have digestive problems experience pain and weakness which drag on for years.

\n\n\n\n

This video shows you how to unblock those blockages.  The technique is to isolate parts of the body by using the breath to cleanse out the system.  First you start with the cranial/sacral pump, then the lower abdomen, the middle abdomen, the upper abdomen and then heart and lungs.

\n\n\n\n

The breathing is easy.  Follow along as he shows you the techniques, and you will be amazed at how much better you feel in just one session.  Incorporate this into your daily routine and keep the lovely ocean in your body flowing freely.

\n\n\n\n

IF YOU ARE SATISFIED WITH YOURSELF, YOU ARE HUMBLE AND PEACEFUL.

\n\n\n\n

ARVE

\n\n\n\n

If you enjoy this post, you will like Zen Mentality, the Bushido Way.

\n\n\n\n

Smile!  Spread some cheer today.  😎

\n\n\n\n

Sensei Carol

\n\n\n\n
\"Out
\n\n\n\n

tagged breath, chi, life force, qi

\n','Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power','','inherit','closed','closed','','170-revision-v1','','','2024-05-29 20:16:51','2024-05-29 20:16:51','',170,'https://carol-pickett2.designsfunnelserver.com/?p=173',0,'revision','',0),(174,1,'2024-05-29 20:17:20','2024-05-29 20:17:20','\n

\n\n\n\n
\"concrete
      “It’s a jungle out there!”
\n\n\n\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n\n\n\n

As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters?

\n\n\n\n

KNOW ENOUGH SURVIVAL TO BE DANGEROUS.

\n\n\n\n

Dangerous to yourself.  It is a common occurrence.  A new student, we’ll call him James, is unsure of himself and of this art he’s learning.  Through training, his confidence grows.  He begins to wonder if this stuff really works.  With increasing confidence James comes to believe in his ability to confront the bully who sent him to karate class in the first place. Fueled by this newfound self-assurance, he feels he is ready for his bully the next time they cross paths.

\n\n\n\n

It is with great joy that a sensei hears the words, “This stuff really works!”  James beams as he tells the story of how he saw the punch coming and just reached out and deflected it.  Then he punched the bully back.   “Startled,” he said, “This time the bully ran away from me!”  James was schooled in Funakoshi’s rule that “there is no first attack in karate.”  James learned his lesson well and waited for the bully to attack him first.

\n\n\n\n

KARATE NI SENTI NACHI FOR STREET SURVIVAL

\n\n\n\n
\"Hello
Hello Gracie – Gracie Jujitsu
\n\n\n\n

It is drilled into your head.  Karate is a defensive art.  You wait for the attack to come to you.  Not everything you learn in the dojo fits to real life, in case you haven’t figured it out.  Training in the dojo teaches you reaction skills, to think on your feet, to act first and think later.  This comes from the rigorous repetition of techniques.  Over and over again.  How many times has your sensei said, “Again.”

\n\n\n\n

Again and again.  Training muscle memory.

\n\n\n\n

You’re coached to stay vigilant of your environment, using peripheral vision and minimizing distractions, like not to use your cellphone in a busy public place. Through practice, you cultivate a confident demeanor that inadvertently deters potential threats.    Though you are not confrontational, your self-assurance often discourages would-be muggers from targeting you.

\n\n\n\n

But it’s a jungle out there. There is always one person who trains harder than you.  One person who is stronger than you.  Even black belts get attacked and beat up.  The belt you wear around your waist is no guarantee of success.  What happens when you come upon a group of thugs who want to knock your attitude down a notch or two?   Will you be able to “fight not to lose?”

\n\n\n\n

There are rules and then there are rules.  The idea behind no first attack is to develop character and teach you different ways to deescalate a threat besides fisticuffs.  But sometimes, rules are made to be broken, and if you feel your life is in danger, there is only one rule.  You fight to not lose.

\n\n\n\n

SEVEN ESSENTIAL STREET SURVIVAL TACTICS

\n\n\n\n
    \n
  • UNCONVENTIONAL TACTICS: EMBRACING “DIRTY FIGHTING” FOR SURVIVAL
  • \n
\n\n\n\n

When fighting for your life, you do what it takes to dissuade your attacker and remove yourself from the threat.  Use whatever is at hand to accomplish this.  Lamps, chairs, rocks, sticks.  You have no time to think, this confrontation will be over in a few seconds.  Do what you can to overcome your attacker.

\n\n\n\n
    \n
  • SEIZING CONTROL: PRESSING THE OFFENSIVE
  • \n
\n\n\n\n

To press the offensive means to attack first!  Attack the attacker.  This is where you distinguish between your dojo training and your will to survive.  When someone attacks you, your very first move may or may not be a defensive move, but the goal is to do whatever it takes to get the hell out of there!

\n\n\n\n

Don’t let the guy get a bear hug on you before you decide he’s a threat.  You’ve developed your perceptions – eyes in the back of your head.  Use them.  When you sense danger, react.  If someone comes up behind you, you can feel him getting close.  If you turn and see him coming at you aggressively, he hasn’t touched you yet but he’s within your boundary of a perceived threat, use this chance for a heel palm to the nose, before he knows what’s coming.

\n\n\n\n
    \n
  • TARGETING VULNERABILITIES: PRIORITIZING VITAL STRIKES
  • \n
\n\n\n\n

Which brings us to target points.  There are 108 vulnerable points on the body that are easily reached.  If you have been on the receiving end of any of these, you are aware of how instantly disabling they are. When you are in a street fight, however, it is not always easy to reach some of these points.  The assailant may be wearing a heavy coat, for instance.  The following charts show you 32 of these points.  With this arsenal at hand, you know where to aim for the most vulnerable areas.

\n\n\n\n
\"\"
\n\n\n\n
    \n
  • TACTICAL ADVANTAGE: EMPLOY SURPRISE ATTACKS
  • \n
\n\n\n\n

You practice feinting in the dojo – fake low, go high.  Don’t forget to use this when you are in an attack situation.  Look away as though someone’s behind your assailant; double over in pain; act like a fool.  Whatever it takes.

\n\n\n\n

Surprise them!  Keep them on their toes.  Musashi calls it “mountains and valleys.”  When they come in high, you go in low.  If you try a technique that doesn’t work, change it up.  Stay on top of the game and watch for openings.

\n\n\n\n
    \n
  • CONSTANT VIGILANCE: NEVER EXPOSE YOUR BACK
  • \n
\n\n\n\n

So many self-defense videos show the girl thwarting her attacker and then running away.  This is crazy.

\n\n\n\n

Make sure your exit is clear so when you do run away, you encounter no other danger.  However, do not turn your back and run away.  Step back.  Keep your hands open in a defensive position and back, back away.  If you practice distancing in the dojo, closing the gap in one step, or backing away without your opponent realizing it; this is the same principle.  Try to cover ground without them noticing.  If they are down, good job on your part, but assume they could suddenly recover and come after you.  When you do run away, run backwards until you are a safe distance from the threat.

\n\n\n\n
    \n
  • KNIFE AWARENESS: UNDERSTAND THE DANGERS
  • \n
\n\n\n\n

Many assailants like to carry knives.  Much more efficient than a gun and easier to conceal.  Muggers like to work up close and personal, and a gun is not suited for close-in quarters.  What do you do if someone comes at you with a knife?

\n\n\n\n

First of all, don’t let him get close enough to grab you and put it against your throat.  It is a little bit too late then to do anything but relent to his wishes – and hope he isn’t serious about cutting you.  You are using the skills you learned in the dojo so hopefully that won’t happen.  You are aware of your surroundings and when you see someone suspicious, you keep your eye on them.

\n\n\n\n

If someone has a knife in their hand, expect to get cut.  Keep the inside of your forearms toward your body at all times.    The outside of your arm has fewer major blood vessels, and you can cover most of your chest and abdomen with a forearm.  Practice blocking a knife in the dojo.  Adapt knives as one of your weapons.  My favorite weapon is a knife.  I’ve practiced with live blades, and yes, I’ve been cut.  Guess what?  Getting cut isn’t the end of the world.  Disarm the knife from your attacker as quickly as you can.  Don’t be a hero.

\n\n\n\n
    \n
  • STRATEGIC ENGAGEMENT: MANAGING GROUP ATTACKS WITH SINGULAR FOCUS
  • \n
\n\n\n\n

Managing a group of thugs can get interesting.  But if you watch a group fight, generally the entire bunch doesn’t gang up in a dog pile.  There are only one or two brave enough to come after you, and the rest hang back.  Look for the leader.  Make eye contact.  Give him the nonverbal message that you have no desire to deal with him.  Watch his body language.  Show no fear.  Chances are he will let you pass on by.

\n\n\n\n

But if not, you can only deal with one person at a time.  Use the first one to distance yourself from the others.  Put him between you and as many of his buddies as possible.  Quickly disable the first attacker and use that moment of opening to back away.  Try not to let the group surround you.

\n\n\n\n
    \n
  • EMERGENCY RESPONSE: ACTIONS TO TAKE IN CRITICAL SITUATIONS
  • \n
\n\n\n\n

The trick in getting away from any self-defense situation is to make sure you know your escape exit is clear.  There’s a big wave now of “you are what you think, and if you think bad thoughts, you will go there.”  In some cases that is true.

\n\n\n\n
\"\"
\n\n\n\n

In the case of self-defense though, it is never “bad thoughts” to visualize situations and how you would handle them.  Defending yourself on the street is no different than learning a kata.  When doing kata, you use your imagination and see different scenes of attack and defense as they apply to the moves in that kata.

\n\n\n\n

Mentally rehearsing what you would do in a situation if you were attacked is no different.  They say the martial arts is 90% mental and 10% physical.  This is what that means.  You spend 90% of your time thinking of your training, 10% in actual physical training, and >0.10 of this time defending yourself.

\n\n\n\n

This is the time to believe in your training.  Now is not the time to panic.  Stay focused on the moment and rely on your instincts.

\n\n\n\n

Save the nerves, the shakes, the self-doubts, the “I should haves” for after you are away from your threat.  Then as you are shaking in your shoes, trying to calm down, then is the time to review what you did and should have done, and be grateful for your excellent training.

\n\n\n\n

There you have it.  Eight survival tactics you can rely on if you are caught in the concrete jungle – urban living.    But even though your chances of getting attacked are less if you live in a rural area, you never know who’s lurking behind those bushes!

\n\n\n\n

Take care and be aware.

\n\n\n\n

Sensei Carol

\n\n\n\n
\"Out
\n','Mastering the Concrete Jungle: 8 Essential Street Survival Tactics','','inherit','closed','closed','','171-revision-v1','','','2024-05-29 20:17:20','2024-05-29 20:17:20','',171,'https://carol-pickett2.designsfunnelserver.com/?p=174',0,'revision','',0),(175,1,'2024-05-29 20:17:28','2024-05-29 20:17:28','\n

\n\n\n\n
\"Chinese
\n\n\n\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n\n\n\n

A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover it, you will be amazed.

\n\n\n\n

The word for “life force” is written three ways:  chi, ki, or Qi (pronounced “chee” or “kee”).  In this article, it is spelled “Qi”.

\n\n\n\n

Ki is the Japanese spelling, and chi or Qi are used interchangeably or when designating a specific Chinese art, such as qigong or chi-kung (pronounced “ki-gong”) or tai chi (pronounced “tie chee”).  However, the meaning of “chi” in tai chi comes from the concept of yin and yang, and is not the same concept we are discussing here.

\n\n\n\n

QI IS THE FORCE THAT KEEPS US ALIVE. 

\n\n\n\n

There are three types of energies:  Jing (essence), Qi (internal), and Shen (spiritual).  These are the energies that surround us and lives in our bodies.  Qi is the expression of Jing and Shen, and to explain this as simply as possible, I will focus on Qi.

\n\n\n\n

“WHAT IS QI?”

\n\n\n\n

Qi is in every living creature.  Hard to pin down; Qi is as ethereal as love and as undefinable as God.

\n\n\n\n

You cannot see love, you cannot touch God, but we accept the concepts of both.

\n\n\n\n

Love can be explained physiologically.  A combination of hormones – oxytocin, dopamine, serotonin, adrenaline, and others; plus the neuropathways of mirror neurons, and cell regulation.

\n\n\n\n

Qi can also be explained physiologically.  A rush of hormones, neurons, chemicals, breath, and heartbeat – those things that give us life.

\n\n\n\n

THE IDEA OF QI GOES DEEPER THAN OUR PHYSICAL BODIES.

\n\n\n\n

The Chinese have experimented with and studied this concept since the beginning of their civilization.  Hundreds of millions of people have experienced Qi through practicing tai chi, yoga, and the martial arts.  Yoga refers to breath as prana, which also translates to “life force.”

\n\n\n\n

WHAT EXACTLY IS QI?  IS IT PHYSICAL, MENTAL OR SPIRITUAL?  – OR IS IT ALL THREE?

\n\n\n\n

Qi is our connection to the Universe; that from which comes our source of energy.  We are a sum total of energy.  Electrical impulses surge through our bodies.  The basis of every cell, the nucleus, has an electrical polarity of plus, minus and neutral.

\n\n\n\n

We all breathe the same air and are made of carbon mixed with hydrogen and other elements.  We are like the rest of the Universe. Our composition is the same as all living and nonliving things.

\n\n\n\n

We are no more aware of this life force circulating through our bodies than we are of our breath – both are a natural response for survival.  We do not count our breaths or wonder where the next one is coming from.  Yet we trust we will breathe again.

\n\n\n\n

Qi is recognized through visualization, awareness of how the body functions, and concentrated thought.

\n\n\n\n

When you have a hard work out, you feel exhilarated, sore and sweaty, but you may not feel the warm, tingly feeling of Qi.

\n\n\n\n

YOU MUST CALL QI FORTH TO CHANNEL ITS USE.

\n\n\n\n

New-age qigong practitioners go through the motions of waving arms, bending, stretching, and breathing, so what is the difference between qigong practice and any other?  Well on this level, there is no difference.

\n\n\n\n

I first came across the healing power of Qi many years ago.  My sensei healed broken bones in three weeks!  His healing powers were amazing.  His secret was this:  He visualized a construction crew in his body, and each night he set them to work, watching them rebuild his bone.

\n\n\n\n

QI IS VISUALIZATION AND AWARENESS.  NOTHING MYSTICAL ABOUT IT.

\n\n\n\n
\"profile
\n\n\n\n

Circulating QI using the Dan TienThis is how it works.  When you breathe into your belly (dan tien), you just don’t just breathe, you see the breath.  See the energy.  Imagine a fire burning in your belly spreading warmth and light as it travels the pathway of Qi.

\n\n\n\n

Follow the Qi from the dan tien, up the spine, around the brain, down the face, chest, abdomen, and back to the beginning.  You can send Qi to a hot spot – a place of pain, and mentally massage it.  You can use Qi to help you relax and fall asleep.

\n\n\n\n

Healer’s hands emit the energy of Qi.  People who are aware can feel the warmth of an area of another’s pain.

\n\n\n\n

Just like love, because we cannot see it, that does not mean Qi does not exist.  We emit energy, and whether you can see someone’s aura- energy field – or not, believe it.  Qi exists.

\n\n\n\n

Our bodies are part of the Universe. Our bodies produce and emit the same energy as the Universe.

\n\n\n\n

DO NOT DISCOUNT THE POWER OF THE MIND AND BODY.  OR THE FORCE THAT DRIVES US.

\n\n\n\n

THIS IS QI.  THE LIVING, BREATHING FORCE THAT GIVES EACH ONE OF US LIFE AND VITALITY.

\n\n\n\n

\n\n\n\n

“FOLLOW THE QI”
AN ACTIVE MEDITATION

\n\n\n\n

Mantak Chia is a Daoist, that is to say he practices the Dao, which has a slightly different philosophy than Buddhism. I picked the following video because the techniques he shows produce instant results.  When you are finished, as he says, your pumps are working, and the fluid is flowing.

\n\n\n\n

Our body, like the earth, is seventy-percent water, consider it like a ball of fluid.  There is the spinal cord fluid, which consists of both the sacral and cranial pumps.  Two thirds of the fluid is in our stomach and intestines, and this is an important part of our body we generally ignore.  We push our digestion with fast foods and hurried eating, which we all know is not healthy, but we do it anyway.

\n\n\n\n

STRESS – DO YOU FIGHT OR FLEE?

\n\n\n\n

Our stress compounds on itself, which he says stress is “fight or flight.”  If you think about it, this makes sense.  We are always in a rush, a war in our world, trying to get one step ahead without falling two steps backwards.  Our business, our jobs, our homes, we are attuned to stress.

\n\n\n\n

The body’s natural reaction to fight and flight is to shut down.  Digestion, elimination, and breathing becomes inefficient.  The body’s ocean becomes stagnant.  The stress is blocking the flow of our energy, our qi.

\n\n\n\n

There are three elimination portholes: the lungs, the kidneys, and the digestion.  We can live without oxygen for about 3 minutes, without relieving our kidneys – maybe a week.  People who have digestive problems experience pain and weakness which drag on for years.

\n\n\n\n

This video shows you how to unblock those blockages.  The technique is to isolate parts of the body by using the breath to cleanse out the system.  First you start with the cranial/sacral pump, then the lower abdomen, the middle abdomen, the upper abdomen and then heart and lungs.

\n\n\n\n

The breathing is easy.  Follow along as he shows you the techniques, and you will be amazed at how much better you feel in just one session.  Incorporate this into your daily routine and keep the lovely ocean in your body flowing freely.

\n\n\n\n

IF YOU ARE SATISFIED WITH YOURSELF, YOU ARE HUMBLE AND PEACEFUL.

\n\n\n\n

ARVE

\n\n\n\n

If you enjoy this post, you will like Zen Mentality, the Bushido Way.

\n\n\n\n

Smile!  Spread some cheer today.  😎

\n\n\n\n

Sensei Carol

\n\n\n\n
\"Out
\n\n\n\n

tagged breath, chi, life force, qi

\n','Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power','','inherit','closed','closed','','170-revision-v1','','','2024-05-29 20:17:28','2024-05-29 20:17:28','',170,'https://carol-pickett2.designsfunnelserver.com/?p=175',0,'revision','',0),(176,1,'2024-05-29 20:23:12','2024-05-29 20:23:12','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:23:12','2024-05-29 20:23:12','',102,'https://carol-pickett2.designsfunnelserver.com/?p=176',0,'revision','',0),(177,1,'2024-05-29 20:23:12','2024-05-29 20:23:12','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:23:12','2024-05-29 20:23:12','',102,'https://carol-pickett2.designsfunnelserver.com/?p=177',0,'revision','',0),(178,1,'2024-05-29 20:23:12','2024-05-29 20:23:12','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:23:12','2024-05-29 20:23:12','',102,'https://carol-pickett2.designsfunnelserver.com/?p=178',0,'revision','',0),(179,1,'2024-05-29 20:23:37','2024-05-29 20:23:37','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:23:37','2024-05-29 20:23:37','',9,'https://carol-pickett2.designsfunnelserver.com/?p=179',0,'revision','',0),(180,1,'2024-05-29 20:23:37','2024-05-29 20:23:37','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:23:37','2024-05-29 20:23:37','',9,'https://carol-pickett2.designsfunnelserver.com/?p=180',0,'revision','',0),(181,1,'2024-05-29 20:23:38','2024-05-29 20:23:38','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n \n \"Tameshiwari\n \n 29May\n \n

\n \n Tameshiwari Unleashed: Mastering the Art of Breaking \n

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt. A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You […]

\n \n read more... \n \n \n \"Unleashing\n \n 29May\n \n

\n \n Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power \n

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power. A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover […]

\n \n read more... \n \n \n \"Mastering\n \n 29May\n \n

\n \n Mastering the Concrete Jungle: 8 Essential Street Survival Tactics \n

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition. As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters? KNOW ENOUGH SURVIVAL TO BE DANGEROUS. Dangerous to yourself.  It is a common occurrence.  A new student, we’ll […]

\n \n read more... \n \n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:23:38','2024-05-29 20:23:38','',9,'https://carol-pickett2.designsfunnelserver.com/?p=181',0,'revision','',0),(182,1,'2024-05-29 20:29:11','2024-05-29 20:29:11','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:29:11','2024-05-29 20:29:11','',102,'https://carol-pickett2.designsfunnelserver.com/?p=182',0,'revision','',0),(183,1,'2024-05-29 20:29:11','2024-05-29 20:29:11','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:29:11','2024-05-29 20:29:11','',102,'https://carol-pickett2.designsfunnelserver.com/?p=183',0,'revision','',0),(184,1,'2024-05-29 20:29:12','2024-05-29 20:29:12','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:29:12','2024-05-29 20:29:12','',102,'https://carol-pickett2.designsfunnelserver.com/?p=184',0,'revision','',0),(185,1,'2024-05-29 20:30:48','2024-05-29 20:30:48','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:30:48','2024-05-29 20:30:48','',102,'https://carol-pickett2.designsfunnelserver.com/?p=185',0,'revision','',0),(186,1,'2024-05-29 20:30:48','2024-05-29 20:30:48','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:30:48','2024-05-29 20:30:48','',102,'https://carol-pickett2.designsfunnelserver.com/?p=186',0,'revision','',0),(187,1,'2024-05-29 20:30:49','2024-05-29 20:30:49','

BEYOND SELF DEFENSE

\n Menu\n \n ','Header','','inherit','closed','closed','','102-revision-v1','','','2024-05-29 20:30:49','2024-05-29 20:30:49','',102,'https://carol-pickett2.designsfunnelserver.com/?p=187',0,'revision','',0),(188,1,'2024-05-29 20:31:22','2024-05-29 20:31:22','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 20:31:22','2024-05-29 20:31:22','',104,'https://carol-pickett2.designsfunnelserver.com/?p=188',0,'revision','',0),(189,1,'2024-05-29 20:31:22','2024-05-29 20:31:22','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 20:31:22','2024-05-29 20:31:22','',104,'https://carol-pickett2.designsfunnelserver.com/?p=189',0,'revision','',0),(190,1,'2024-05-29 20:31:22','2024-05-29 20:31:22','

BEYOND SELF DEFENSE

\n

Maecenas tristique in ipsum et commodo lorem

\n
About Us
\n
Our Team
\n
Gallery
\n
Milestone
\n
Support
\n
Service
\n
Transaction
\n
Contact
\n
Payment
\n
Faq
\n
Further Information
\n
Terms & Condition
\n
Privacy Policy
\n
Legal Info
\n
Contact Us
\n \n \n \n Facebook\n \n \n Twitter\n \n \n Youtube\n \n Copyright © [hfe_current_year] [hfe_site_title] | Powered by [hfe_site_title]','Footer','','inherit','closed','closed','','104-revision-v1','','','2024-05-29 20:31:22','2024-05-29 20:31:22','',104,'https://carol-pickett2.designsfunnelserver.com/?p=190',0,'revision','',0),(192,1,'2024-05-29 20:34:20','2024-05-29 20:34:20',' 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 ','newsletter','','publish','closed','closed','','newsletter','','','2024-05-29 20:42:15','2024-05-29 20:42:15','',0,'https://carol-pickett2.designsfunnelserver.com/metform-form/newsletter/',0,'metform-form','',0),(193,1,'2024-05-29 20:37:53','2024-05-29 20:37:53','','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:37:53','2024-05-29 20:37:53','',192,'https://carol-pickett2.designsfunnelserver.com/?p=193',0,'revision','',0),(194,1,'2024-05-29 20:37:53','2024-05-29 20:37:53','','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:37:53','2024-05-29 20:37:53','',192,'https://carol-pickett2.designsfunnelserver.com/?p=194',0,'revision','',0),(195,1,'2024-05-29 20:37:53','2024-05-29 20:37:53',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:37:53','2024-05-29 20:37:53','',192,'https://carol-pickett2.designsfunnelserver.com/?p=195',0,'revision','',0),(196,1,'2024-05-29 20:39:32','2024-05-29 20:39:32',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:39:32','2024-05-29 20:39:32','',192,'https://carol-pickett2.designsfunnelserver.com/?p=196',0,'revision','',0),(197,1,'2024-05-29 20:39:32','2024-05-29 20:39:32',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:39:32','2024-05-29 20:39:32','',192,'https://carol-pickett2.designsfunnelserver.com/?p=197',0,'revision','',0),(198,1,'2024-05-29 20:39:32','2024-05-29 20:39:32',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:39:32','2024-05-29 20:39:32','',192,'https://carol-pickett2.designsfunnelserver.com/?p=198',0,'revision','',0),(199,1,'2024-05-29 20:40:31','2024-05-29 20:40:31',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:40:31','2024-05-29 20:40:31','',192,'https://carol-pickett2.designsfunnelserver.com/?p=199',0,'revision','',0),(200,1,'2024-05-29 20:40:31','2024-05-29 20:40:31',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:40:31','2024-05-29 20:40:31','',192,'https://carol-pickett2.designsfunnelserver.com/?p=200',0,'revision','',0),(201,1,'2024-05-29 20:40:32','2024-05-29 20:40:32',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:40:32','2024-05-29 20:40:32','',192,'https://carol-pickett2.designsfunnelserver.com/?p=201',0,'revision','',0),(202,1,'2024-05-29 20:40:45','2024-05-29 20:40:45',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:40:45','2024-05-29 20:40:45','',192,'https://carol-pickett2.designsfunnelserver.com/?p=202',0,'revision','',0),(203,1,'2024-05-29 20:40:46','2024-05-29 20:40:46',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:40:46','2024-05-29 20:40:46','',192,'https://carol-pickett2.designsfunnelserver.com/?p=203',0,'revision','',0),(204,1,'2024-05-29 20:40:47','2024-05-29 20:40:47',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:40:47','2024-05-29 20:40:47','',192,'https://carol-pickett2.designsfunnelserver.com/?p=204',0,'revision','',0),(206,1,'2024-05-29 20:42:14','2024-05-29 20:42:14',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:42:14','2024-05-29 20:42:14','',192,'https://carol-pickett2.designsfunnelserver.com/?p=206',0,'revision','',0),(207,1,'2024-05-29 20:42:14','2024-05-29 20:42:14',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:42:14','2024-05-29 20:42:14','',192,'https://carol-pickett2.designsfunnelserver.com/?p=207',0,'revision','',0),(208,1,'2024-05-29 20:42:15','2024-05-29 20:42:15',' 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 ','newsletter','','inherit','closed','closed','','192-revision-v1','','','2024-05-29 20:42:15','2024-05-29 20:42:15','',192,'https://carol-pickett2.designsfunnelserver.com/?p=208',0,'revision','',0),(209,1,'2024-05-29 20:42:24','2024-05-29 20:42:24','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n \n \"Tameshiwari\n \n 29May\n \n

\n \n Tameshiwari Unleashed: Mastering the Art of Breaking \n

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt. A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You […]

\n \n read more... \n \n \n \"Unleashing\n \n 29May\n \n

\n \n Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power \n

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power. A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover […]

\n \n read more... \n \n \n \"Mastering\n \n 29May\n \n

\n \n Mastering the Concrete Jungle: 8 Essential Street Survival Tactics \n

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition. As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters? KNOW ENOUGH SURVIVAL TO BE DANGEROUS. Dangerous to yourself.  It is a common occurrence.  A new student, we’ll […]

\n \n read more... \n \n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:42:24','2024-05-29 20:42:24','',9,'https://carol-pickett2.designsfunnelserver.com/?p=209',0,'revision','',0),(210,1,'2024-05-29 20:42:25','2024-05-29 20:42:25','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n \n \"Tameshiwari\n \n 29May\n \n

\n \n Tameshiwari Unleashed: Mastering the Art of Breaking \n

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt. A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You […]

\n \n read more... \n \n \n \"Unleashing\n \n 29May\n \n

\n \n Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power \n

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power. A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover […]

\n \n read more... \n \n \n \"Mastering\n \n 29May\n \n

\n \n Mastering the Concrete Jungle: 8 Essential Street Survival Tactics \n

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition. As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters? KNOW ENOUGH SURVIVAL TO BE DANGEROUS. Dangerous to yourself.  It is a common occurrence.  A new student, we’ll […]

\n \n read more... \n \n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:42:25','2024-05-29 20:42:25','',9,'https://carol-pickett2.designsfunnelserver.com/?p=210',0,'revision','',0); INSERT INTO `carolpickett2_posts` VALUES (211,1,'2024-05-29 20:42:25','2024-05-29 20:42:25','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n \n \"Tameshiwari\n \n 29May\n \n

\n \n Tameshiwari Unleashed: Mastering the Art of Breaking \n

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt. A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You […]

\n \n read more... \n \n \n \"Unleashing\n \n 29May\n \n

\n \n Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power \n

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power. A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover […]

\n \n read more... \n \n \n \"Mastering\n \n 29May\n \n

\n \n Mastering the Concrete Jungle: 8 Essential Street Survival Tactics \n

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition. As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters? KNOW ENOUGH SURVIVAL TO BE DANGEROUS. Dangerous to yourself.  It is a common occurrence.  A new student, we’ll […]

\n \n read more... \n \n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 20:42:25','2024-05-29 20:42:25','',9,'https://carol-pickett2.designsfunnelserver.com/?p=211',0,'revision','',0),(212,1,'2024-05-29 20:52:31','2024-05-29 20:52:31','','fav','','inherit','open','closed','','fav','','','2024-05-29 20:52:31','2024-05-29 20:52:31','',0,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/fav.png',0,'attachment','image/png',0),(213,1,'2024-05-29 20:52:35','2024-05-29 20:52:35','https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/cropped-fav.png','cropped-fav.png','','inherit','open','closed','','cropped-fav-png','','','2024-05-29 20:52:35','2024-05-29 20:52:35','',212,'https://carol-pickett2.designsfunnelserver.com/wp-content/uploads/2024/05/cropped-fav.png',0,'attachment','image/png',0),(215,1,'2024-05-29 21:03:08','2024-05-29 21:03:08','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n \n \"Tameshiwari\n \n 29May\n \n

\n \n Tameshiwari Unleashed: Mastering the Art of Breaking \n

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt. A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You […]

\n \n read more... \n \n \n \"Unleashing\n \n 29May\n \n

\n \n Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power \n

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power. A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover […]

\n \n read more... \n \n \n \"Mastering\n \n 29May\n \n

\n \n Mastering the Concrete Jungle: 8 Essential Street Survival Tactics \n

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition. As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters? KNOW ENOUGH SURVIVAL TO BE DANGEROUS. Dangerous to yourself.  It is a common occurrence.  A new student, we’ll […]

\n \n read more... \n \n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 21:03:08','2024-05-29 21:03:08','',9,'https://carol-pickett2.designsfunnelserver.com/?p=215',0,'revision','',0),(216,1,'2024-05-29 21:03:09','2024-05-29 21:03:09','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n \n \"Tameshiwari\n \n 29May\n \n

\n \n Tameshiwari Unleashed: Mastering the Art of Breaking \n

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt. A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You […]

\n \n read more... \n \n \n \"Unleashing\n \n 29May\n \n

\n \n Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power \n

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power. A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover […]

\n \n read more... \n \n \n \"Mastering\n \n 29May\n \n

\n \n Mastering the Concrete Jungle: 8 Essential Street Survival Tactics \n

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition. As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters? KNOW ENOUGH SURVIVAL TO BE DANGEROUS. Dangerous to yourself.  It is a common occurrence.  A new student, we’ll […]

\n \n read more... \n \n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 21:03:09','2024-05-29 21:03:09','',9,'https://carol-pickett2.designsfunnelserver.com/?p=216',0,'revision','',0),(217,1,'2024-05-29 21:03:09','2024-05-29 21:03:09','

戦闘国

\n

We believe in you

\n

Prove yourself to be the best

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in enim vel lacus elementum scelerisque. Sed ac tortor sit amet nibh commodo vehicula. Mauris tempus nibh a risus cursus posuere.

\n \n Get Started\n \n \n Learn More\n \n \"\" \n \"\" \n \"\" \n \"\" \n

Introducing

\n

BEYOND SELF

\n

DEFENSE

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n Learn More\n \n

電車道場

\n

About Us

\n

The Best Martial Arts Academy

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis, non placerat purus. Aenean aliquam congue dignissim. Donec lacinia ligula nec purus pretium vehicula.

\n \n \n

\n Location \n

\n

\n 123 Wall St\nMiami, FL 12345

\n \n

\n Contact Number \n

\n

\n 1 505 555 5555

\n \n

\n Opening Time \n

\n

\n 08.00 AM - 04.00 PM

\n

規律

\n

Our Program

\n

Martial Arts Classes

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \"\" \n

Tameshiwari Unleashed: Mastering the Art of Breaking

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt.

\n \n \n Learn More\n \n \"\" \n

Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power.

\n \n \n Learn More\n \n \"\" \n

Mastering the Concrete Jungle: 8 Essential Street Survival Tactics

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition.

\n \n \n Learn More\n \n

実
習

\n

COME AND GET YOUR BELT NOW!

\n \n Sign Up \n \n

Why Choose Us

\n

We train like a warrior

\n

Etiam ac velit auctor, pulvinar risus a, sagittis ipsum. Fusce nec nisi sit amet ex feugiat faucibus quis ut nunc. Aenean eu nulla eu turpis condimentum elementum. Etiam vel pellentesque ex. Morbi nec imperdiet felis.

\n \"\" \n

Discover More

\n

Benefits Of Learning Martial Arts

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
\"\"

Maintain Stamina

lorem ipsum dolor sit

\n
\"\"

Increase Strength

lorem ipsum dolor sit

\n
\"\"

Self Defense

lorem ipsum dolor sit

\n
\"\"

its Cool

lorem ipsum dolor sit

\n

Our Review

\n

Academy Testimonial

\n

専
門
家

\n \"\" \n \"\" \n

\" Your only limit is you \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Johnny Yeuw
\n
Karate Experts
\n

\" Self-defense is important \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
James Lee
\n
Karateka
\n

専
門
家

\n \"\" \n \"\" \n

専
門
家

\n \"\" \n \"\" \n

\" No pain no gain \"

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc efficitur sit amet lectus eget pharetra. Ut nec lacus vitae dui pellentesque volutpat. In finibus, tellus et aliquet congue, eros ex molestie justo, vitae iaculis dui diam in tortor.

\n
Ben Park
\n
Judoka
\n

Blog Post

\n

Story around here

\n \n \"Tameshiwari\n \n 29May\n \n

\n \n Tameshiwari Unleashed: Mastering the Art of Breaking \n

\n

If you’ve ever been to a karate tournament, you are sure to see breaking competition.  Breaking is the time for testing your power and concentration.  The stakes a high.  Hundreds of people are watching.  If you screw up, not only will you hurt yourself, but you will be embarrassed.  You have been working for this moment for years, starting off with training to break as a yellow belt. A 12×12-inch piece of wood is nothing to what you are setting out to accomplish today.  You have great confidence that your break will succeed.  You have visualized it for days.  You […]

\n \n read more... \n \n \n \"Unleashing\n \n 29May\n \n

\n \n Unleashing Qi’s Remarkable Potential: Exploring Its Incredible Power \n

\n

There is a remarkable power within each of us, but few are aware of how powerful we really are.  This is our life force, and it is known simply as Qi.  In this article, we will explore an amazing way to unleash this power. A well-rounded martial artist must explore his full potential, and one thing that is rarely taught in a karate class is the full utilization of qi.  Although we learn its capabilities in breaking, and by practicing kata, but fully unleashing this amazing potential of healing energy will increase every aspect of your art.  Once you discover […]

\n \n read more... \n \n \n \"Mastering\n \n 29May\n \n

\n \n Mastering the Concrete Jungle: 8 Essential Street Survival Tactics \n

\n

After dedicating countless hours to training in the dojo, you’ve honed your skills and built confidence in your abilities. Rigorous practice equipped you with formidable self-defense techniques and sculpted your physique into its peak condition. As you step out of the safety of the dojo and into the busy streets, the true test of your training awaits in the concrete jungle where threats can emerge from unexpected corners. Are you ready to adapt your skills to the unpredictable nature of street encounters? KNOW ENOUGH SURVIVAL TO BE DANGEROUS. Dangerous to yourself.  It is a common occurrence.  A new student, we’ll […]

\n \n read more... \n \n

Subscribe to Our Newsletter

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

\n
Dont miss our latest news
\n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-05-29 21:03:09','2024-05-29 21:03:09','',9,'https://carol-pickett2.designsfunnelserver.com/?p=217',0,'revision','',0); /*!40000 ALTER TABLE `carolpickett2_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_term_relationships` -- DROP TABLE IF EXISTS `carolpickett2_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_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 `carolpickett2_term_relationships` -- LOCK TABLES `carolpickett2_term_relationships` WRITE; /*!40000 ALTER TABLE `carolpickett2_term_relationships` DISABLE KEYS */; INSERT INTO `carolpickett2_term_relationships` VALUES (13,2,0),(25,3,0),(32,2,0),(38,2,0),(42,2,0),(45,2,0),(47,2,0),(49,3,0),(52,3,0),(54,3,0),(57,3,0),(62,3,0),(64,3,0),(68,3,0),(77,4,0),(78,4,0),(79,4,0),(80,4,0),(81,4,0),(82,4,0),(83,4,0),(84,4,0),(85,4,0),(86,4,0),(87,4,0),(88,4,0),(89,4,0),(93,4,0),(94,4,0),(95,4,0),(96,4,0),(156,4,0),(169,1,0),(170,1,0),(171,1,0); /*!40000 ALTER TABLE `carolpickett2_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_term_taxonomy` -- DROP TABLE IF EXISTS `carolpickett2_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_term_taxonomy` -- LOCK TABLES `carolpickett2_term_taxonomy` WRITE; /*!40000 ALTER TABLE `carolpickett2_term_taxonomy` DISABLE KEYS */; INSERT INTO `carolpickett2_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'elementor_library_type','',0,6),(3,3,'elementor_library_type','',0,8),(4,4,'nav_menu','',0,18); /*!40000 ALTER TABLE `carolpickett2_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_termmeta` -- DROP TABLE IF EXISTS `carolpickett2_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_termmeta` -- LOCK TABLES `carolpickett2_termmeta` WRITE; /*!40000 ALTER TABLE `carolpickett2_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `carolpickett2_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_terms` -- DROP TABLE IF EXISTS `carolpickett2_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_terms` -- LOCK TABLES `carolpickett2_terms` WRITE; /*!40000 ALTER TABLE `carolpickett2_terms` DISABLE KEYS */; INSERT INTO `carolpickett2_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'section','section',0),(3,'page','page',0),(4,'Main Menu','main-menu',0); /*!40000 ALTER TABLE `carolpickett2_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_usermeta` -- DROP TABLE IF EXISTS `carolpickett2_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_usermeta` -- LOCK TABLES `carolpickett2_usermeta` WRITE; /*!40000 ALTER TABLE `carolpickett2_usermeta` DISABLE KEYS */; INSERT INTO `carolpickett2_usermeta` VALUES (1,1,'nickname','designsfunnel'),(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,'carolpickett2_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'carolpickett2_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"27ab9998c36705d4b81eca971699852896e454d9291e469e0c1696ab1f2eb42a\";a:4:{s:10:\"expiration\";i:1717180962;s:2:\"ip\";s:13:\"103.244.179.4\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:5:\"login\";i:1717008162;}}'),(17,1,'carolpickett2_dashboard_quick_press_last_post_id','5'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"103.244.179.0\";}'),(19,1,'_hello_elementor_install_notice','true'),(20,1,'carolpickett2_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-05-29T20:20:11.165Z\";s:4:\"core\";a:1:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:14:\"featured-image\";}}}'),(21,1,'closedpostboxes_dashboard','a:0:{}'),(22,1,'metaboxhidden_dashboard','a:7:{i:0;s:13:\"wpmet-stories\";i:1;s:20:\"e-dashboard-overview\";i:2;s:21:\"dashboard_site_health\";i:3;s:19:\"dashboard_right_now\";i:4;s:18:\"dashboard_activity\";i:5;s:21:\"dashboard_quick_press\";i:6;s:17:\"dashboard_primary\";}'),(23,1,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),(24,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(25,1,'metaboxhidden_nav-menus','a:2:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";}'),(26,1,'hfe-popup','dismissed'),(27,1,'header-footer-elementor-rating','delayed-notice'),(28,1,'elementor_dismissed_editor_notices','a:1:{i:0;s:20:\"image_optimizer_hint\";}'),(29,1,'nav_menu_recently_edited','4'),(30,1,'carolpickett2_user-settings','libraryContent=browse&editor=tinymce'),(31,1,'carolpickett2_user-settings-time','1717012965'),(32,2,'carolpickett2_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(33,2,'carolpickett2_user_level','10'),(34,3,'carolpickett2_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(35,3,'carolpickett2_user_level','10'),(36,3,'session_tokens','a:1:{s:64:\"d1cd8575a47ee93a496adcc630493975daae646d6b710d07c9b59c650bbeb7b9\";a:4:{s:10:\"expiration\";i:1717191193;s:2:\"ip\";s:14:\"185.15.196.172\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";s:5:\"login\";i:1717018393;}}'),(37,3,'carolpickett2_dashboard_quick_press_last_post_id','218'),(38,3,'_application_passwords','a:1:{i:0;a:7:{s:4:\"uuid\";s:36:\"8561e823-583c-4463-a0fc-bbf3a0401cae\";s:6:\"app_id\";s:0:\"\";s:4:\"name\";s:8:\"9fe1cc30\";s:8:\"password\";s:34:\"$P$BS5KdOaI2TftaYjSIcisxi4uyVXaWp.\";s:7:\"created\";i:1717018407;s:9:\"last_used\";N;s:7:\"last_ip\";N;}}'); /*!40000 ALTER TABLE `carolpickett2_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carolpickett2_users` -- DROP TABLE IF EXISTS `carolpickett2_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `carolpickett2_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `carolpickett2_users` -- LOCK TABLES `carolpickett2_users` WRITE; /*!40000 ALTER TABLE `carolpickett2_users` DISABLE KEYS */; INSERT INTO `carolpickett2_users` VALUES (1,'designsfunnel','$P$BIL1Mzss.o9.EhaiGGLyDetyQa5/lE/','designsfunnel','designsfunnel@gmail.com','https://carol-pickett2.designsfunnelserver.com','2024-05-29 18:40:28','',0,'designsfunnel'),(2,'deleted-81TYo09e','1ecd1c15188f50742d2836994d54d4e8','deleted-81TYo09e','','','1979-01-01 00:00:00','',0,'deleted-81TYo09e'),(3,'wp_update-1717014786','$P$BZmsc91mBIuKSeDHkVqkg2./uIW6pm1','wp_update-1717014786','','','1979-01-01 00:00:00','',0,'wp_update-1717014786'); /*!40000 ALTER TABLE `carolpickett2_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 2025-06-18 21:48:35